Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PublishMessageDurationSeconds specifies meter metric name PublishMessageDurationSeconds = "micro_publish_message_duration_seconds" // PublishMessageLatencyMicroseconds specifies meter metric name PublishMessageLatencyMicroseconds = "micro_publish_message_latency_microseconds" // PublishMessageTotal specifies meter metric name PublishMessageTotal = "micro_publish_message_total" // PublishMessageInflight specifies meter metric name PublishMessageInflight = "micro_publish_message_inflight" // SubscribeMessageDurationSeconds specifies meter metric name SubscribeMessageDurationSeconds = "micro_subscribe_message_duration_seconds" // SubscribeMessageLatencyMicroseconds specifies meter metric name SubscribeMessageLatencyMicroseconds = "micro_subscribe_message_latency_microseconds" // SubscribeMessageTotal specifies meter metric name SubscribeMessageTotal = "micro_subscribe_message_total" // SubscribeMessageInflight specifies meter metric name SubscribeMessageInflight = "micro_subscribe_message_inflight" // BrokerGroupLag specifies broker lag BrokerGroupLag = "micro_broker_group_lag" )
View Source
var ( // ClientRequestDurationSeconds specifies meter metric name ClientRequestDurationSeconds = "micro_client_request_duration_seconds" // ClientRequestLatencyMicroseconds specifies meter metric name ClientRequestLatencyMicroseconds = "micro_client_request_latency_microseconds" // ClientRequestTotal specifies meter metric name ClientRequestTotal = "micro_client_request_total" // ClientRequestInflight specifies meter metric name ClientRequestInflight = "micro_client_request_inflight" )
View Source
var ( // PoolGetTotal specifies meter metric name for total number of pool get ops PoolGetTotal = "micro_pool_get_total" // PoolPutTotal specifies meter metric name for total number of pool put ops PoolPutTotal = "micro_pool_put_total" // PoolMisTotal specifies meter metric name for total number of pool misses PoolMisTotal = "micro_pool_mis_total" // PoolRetTotal specifies meter metric name for total number of pool returned to gc PoolRetTotal = "micro_pool_ret_total" )
View Source
var ( // ServerRequestDurationSeconds specifies meter metric name ServerRequestDurationSeconds = "micro_server_request_duration_seconds" // ServerRequestLatencyMicroseconds specifies meter metric name ServerRequestLatencyMicroseconds = "micro_server_request_latency_microseconds" // ServerRequestTotal specifies meter metric name ServerRequestTotal = "micro_server_request_total" // ServerRequestInflight specifies meter metric name ServerRequestInflight = "micro_server_request_inflight" )
View Source
var ( // StoreRequestDurationSeconds specifies meter metric name StoreRequestDurationSeconds = "micro_store_request_duration_seconds" // ClientRequestLatencyMicroseconds specifies meter metric name StoreRequestLatencyMicroseconds = "micro_store_request_latency_microseconds" // StoreRequestTotal specifies meter metric name StoreRequestTotal = "micro_store_request_total" // StoreRequestInflight specifies meter metric name StoreRequestInflight = "micro_store_request_inflight" )
View Source
var LoggerMessageTotal = "micro_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.