Module metrics

Source
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