Skip to content

Commit

Permalink
Revert "add one metrics"
Browse files Browse the repository at this point in the history
This reverts commit c6f7726.
  • Loading branch information
bufferflies committed Jul 14, 2022
1 parent 1606d99 commit 500e3a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/grpc_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,6 @@ func (s *GrpcServer) RegionHeartbeat(stream pdpb.PD_RegionHeartbeatServer) error

for {
request, err := server.Recv()
regionHeartbeatCounter.WithLabelValues("fake", "fake", "report", "pending").Inc()
if err == io.EOF {
return nil
}
Expand Down

0 comments on commit 500e3a8

Please sign in to comment.