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