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
resolver
client.go
client_test.go
handler.go
server_test.go
stats.go
stats_test.go