grpc-rs
grpc-rs copied to clipboard
metrics: add running metrics for grpc
close: #640
the metrics after this pr
It's better not to directly introduce Prometheus. There are two ways to do it:
- Use the monitoring infrastructure that comes with grpc (C++ counter/histogram), like this PR Support collecting gRPC core metrics #625.
- Add a feature to make Prometheus an optional dependency.
good idea, I had add new feature("promethes ") to check the dependency.
/ping @overvenus
@overvenus PTAL