Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PublishMessageDurationSeconds specifies meter metric name PublishMessageDurationSeconds = "publish_message_duration_seconds" // PublishMessageLatencyMicroseconds specifies meter metric name PublishMessageLatencyMicroseconds = "publish_message_latency_microseconds" // PublishMessageTotal specifies meter metric name PublishMessageTotal = "publish_message_total" // PublishMessageInflight specifies meter metric name PublishMessageInflight = "publish_message_inflight" // SubscribeMessageDurationSeconds specifies meter metric name SubscribeMessageDurationSeconds = "subscribe_message_duration_seconds" // SubscribeMessageLatencyMicroseconds specifies meter metric name SubscribeMessageLatencyMicroseconds = "subscribe_message_latency_microseconds" // SubscribeMessageTotal specifies meter metric name SubscribeMessageTotal = "subscribe_message_total" // SubscribeMessageInflight specifies meter metric name SubscribeMessageInflight = "subscribe_message_inflight" // BrokerGroupLag specifies broker lag BrokerGroupLag = "broker_group_lag" )
View Source
var ( // ClientRequestDurationSeconds specifies meter metric name ClientRequestDurationSeconds = "client_request_duration_seconds" // ClientRequestLatencyMicroseconds specifies meter metric name ClientRequestLatencyMicroseconds = "client_request_latency_microseconds" // ClientRequestTotal specifies meter metric name ClientRequestTotal = "client_request_total" // ClientRequestInflight specifies meter metric name ClientRequestInflight = "client_request_inflight" )
View Source
var ( // ServerRequestDurationSeconds specifies meter metric name ServerRequestDurationSeconds = "server_request_duration_seconds" // ServerRequestLatencyMicroseconds specifies meter metric name ServerRequestLatencyMicroseconds = "server_request_latency_microseconds" // ServerRequestTotal specifies meter metric name ServerRequestTotal = "server_request_total" // ServerRequestInflight specifies meter metric name ServerRequestInflight = "server_request_inflight" )
View Source
var ( // StoreRequestDurationSeconds specifies meter metric name StoreRequestDurationSeconds = "store_request_duration_seconds" // ClientRequestLatencyMicroseconds specifies meter metric name StoreRequestLatencyMicroseconds = "store_request_latency_microseconds" // StoreRequestTotal specifies meter metric name StoreRequestTotal = "store_request_total" // StoreRequestInflight specifies meter metric name StoreRequestInflight = "store_request_inflight" )
View Source
var LoggerMessageTotal = "logger_message_total"
LoggerMessageTotal specifies meter metric name for logger messages
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.