Documentation
¶
Index ¶
Constants ¶
View Source
const ( NamespaceHTTPMetrics = "http_stats" NamespaceGRPCMetrics = "grpc_stats" )
Variables ¶
View Source
var ( // Generic gRPC collectors for observability defined here. RPCStarted *prometheus.CounterVec RPCHandled *prometheus.CounterVec RPCDuration *prometheus.HistogramVec StreamMsgSent *prometheus.CounterVec StreamMsgRecv *prometheus.CounterVec )
View Source
var ( // Total HTTP requests handled by the server RequestsHandled *prometheus.CounterVec // HTTP Request duration (latency) RequestDuration *prometheus.HistogramVec )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.