Module metrics

Module metrics 

Source
Expand description

Metrics for Python actor endpoints.

This module contains metrics definitions for tracking Python actor endpoint performance.

Staticsยง

ENDPOINT_ACTOR_COUNT
a global counter named: endpoint_actor_count
ENDPOINT_ACTOR_ERROR
a global counter named: endpoint_actor_error
ENDPOINT_ACTOR_LATENCY_US_HISTOGRAM
a global histogram named: endpoint_actor_latency_us_histogram
ENDPOINT_ACTOR_PANIC
a global counter named: endpoint_actor_panic
ENDPOINT_BROADCAST_ERROR
a global counter named: endpoint_broadcast_error
ENDPOINT_BROADCAST_THROUGHPUT
a global counter named: endpoint_broadcast_throughput
ENDPOINT_CALL_ERROR
a global counter named: endpoint_call_error
ENDPOINT_CALL_LATENCY_US_HISTOGRAM
a global histogram named: endpoint_call_latency_us_histogram
ENDPOINT_CALL_ONE_ERROR
a global counter named: endpoint_call_one_error
ENDPOINT_CALL_ONE_LATENCY_US_HISTOGRAM
a global histogram named: endpoint_call_one_latency_us_histogram
ENDPOINT_CALL_ONE_THROUGHPUT
a global counter named: endpoint_call_one_throughput
ENDPOINT_CALL_THROUGHPUT
a global counter named: endpoint_call_throughput
ENDPOINT_CHOOSE_ERROR
a global counter named: endpoint_choose_error
ENDPOINT_CHOOSE_LATENCY_US_HISTOGRAM
a global histogram named: endpoint_choose_latency_us_histogram
ENDPOINT_CHOOSE_THROUGHPUT
a global counter named: endpoint_choose_throughput
ENDPOINT_MESSAGE_SIZE_HISTOGRAM
a global histogram named: endpoint_message_size
ENDPOINT_STREAM_ERROR
a global counter named: endpoint_stream_error
ENDPOINT_STREAM_LATENCY_US_HISTOGRAM
a global histogram named: endpoint_stream_latency_us_histogram
ENDPOINT_STREAM_THROUGHPUT
a global counter named: endpoint_stream_throughput