grpc-rs icon indicating copy to clipboard operation
grpc-rs copied to clipboard

metrics: add running metrics for grpc

Open bufferflies opened this issue 1 year ago • 3 comments

close: #640 the metrics after this pr 7adc4fcd-8c1c-421a-b461-60866449cfec

bufferflies avatar Nov 22 '23 10:11 bufferflies

It's better not to directly introduce Prometheus. There are two ways to do it:

  1. Use the monitoring infrastructure that comes with grpc (C++ counter/histogram), like this PR Support collecting gRPC core metrics #625.
  2. Add a feature to make Prometheus an optional dependency.

good idea, I had add new feature("promethes ") to check the dependency.

bufferflies avatar Dec 13 '23 09:12 bufferflies

/ping @overvenus

bufferflies avatar Dec 27 '23 06:12 bufferflies

@overvenus PTAL

glorv avatar Apr 29 '24 03:04 glorv