Cameron
Results
1
issues of
Cameron
Following the guidance of Prometheus' best practices (https://prometheus.io/docs/practices/instrumentation/#avoid-missing-metrics), this library should pre-register its client/server interceptor metrics. The Go version currently does this successfully (see `InitializeMetrics` here: https://github.com/grpc-ecosystem/go-grpc-prometheus/blob/master/server_metrics.go#L132) The problem faced...