Expand description
Hyperactor metrics.
This module contains metrics definitions for various components of hyperactor.
Staticsยง
- ACTOR_
MESSAGES_ RECEIVED - a global counter named: actor.messages_received
- ACTOR_
MESSAGES_ SENT - a global counter named: actor.messages_sent
- ACTOR_
MESSAGE_ HANDLER_ DURATION - a global histogram timer named: actor.message_handler_duration
- ACTOR_
MESSAGE_ QUEUE_ SIZE - a global up down counter named: actor.message_queue_size
- ACTOR_
MESSAGE_ RECEIVE_ ERRORS - a global counter named: actor.message_receive_errors
- CHANNEL_
CONNECTIONS - a global counter named: channel.connections
- CHANNEL_
CONNECTION_ ERRORS - a global counter named: channel.connection_errors
- CHANNEL_
RECONNECTIONS - a global counter named: channel.reconnections
- MAILBOX_
POSTS - a global counter named: mailbox.posts
- MAILBOX_
UNDELIVERABLE_ MESSAGES - a global counter named: mailbox.undeliverable_messages
- PROC_
MESH_ ACTOR_ FAILURES - a global counter named: proc_mesh.actor_failures
- PROC_
MESH_ ALLOCATION - a global counter named: proc_mesh.active_procs
- PROC_
MESH_ PROC_ STOPPED - a global counter named: proc_mesh.proc_failures
- REMOTE_
MESSAGE_ SEND_ SIZE - a global histogram named: channel.remote_message_send_size