open-consul/agent/grpc
Daniel Nephin 40cb72fe06 agent/grpc: add connection count metrics
Gauge metrics are great for understanding the current state, but can somtimes hide problems
if there are many disconnect/reconnects.

This commit adds counter metrics for connections and streams to make it easier to see the
count of newly created connections and streams.
2020-10-27 16:49:49 -04:00
..
internal/testservice grpc: add Datacenter field to testing service response 2020-09-14 19:02:09 -04:00
resolver agent/grpc: Add an integration test for ClientPool with TLS 2020-10-27 16:34:18 -04:00
client.go agent/grpc: pass metrics to constructor 2020-10-27 16:34:17 -04:00
client_test.go agent/grpc: Add an integration test for ClientPool with TLS 2020-10-27 16:34:18 -04:00
handler.go agent/grpc: pass metrics to constructor 2020-10-27 16:34:17 -04:00
server_test.go agent/grpc: Add an integration test for ClientPool with TLS 2020-10-27 16:34:18 -04:00
stats.go agent/grpc: add connection count metrics 2020-10-27 16:49:49 -04:00
stats_test.go agent/grpc: add connection count metrics 2020-10-27 16:49:49 -04:00