Stackdriver / stackdriver-prometheus-sidecar

A sidecar for the Prometheus server that can send metrics to Stackdriver.
https://cloud.google.com/monitoring/kubernetes-engine/prometheus
Apache License 2.0
120 stars 43 forks source link

Publish standard grpc.io metrics. #201

Closed jkohen closed 4 years ago

jkohen commented 4 years ago

We were publishing a different version with an extra label, but had kept the upstream name of the metrics. This makes querying this metric across different components harder (or impossible).

This drops the grpc_client_status label from most metrics, but it shouldn't be a big loss, since metrics like request size are rarely correlated with an error.