# Metrics

# Serverless

EMQX Cloud provides four incremental metrics: Sessions, Messages, Traffic, and Dropped Messages. You can view the display chart corresponding to each indicator, and the detailed information at a certain point in time.

metrics_line_detail

# Sessions

Displays the number of current sessions within a specified time period with indicator Sessions:

IndicatorDescription
SessionsNumber of sessions

# Messages

Displays the incremental changes in messages sent and received within a given time period with indicator messages_received and messages_sent:

IndicatorDescription
messages_receivedNumber of messages received from the client
messages_sentNumber of messages sent to the client

# Traffic

Displays the traffic generated by sending and receiving messages within a time period, with indicator send_kibibytes, received_kibibytes and total_kibibytes:

IndicatorDescription
send_kibibytesKilobytes of the sent messages
received_kibibytesKilobytes of the received messages
total_kibibytesTotal kilobytes of sent and received messages

# Dropped Messages

Displays the incremental changes of the number of discarded messages within the time period, with indicator delivery_dropped, delivery_dropped_queue_full, and delivery_dropped_expire

IndicatorDescription
delivery_droppedNumber of messages dropped on send
delivery_dropped_queue_fullNumber of messages dropped when the message queue is full
delivery_dropped_expireNumber of messages dropped due to message expiration

# Dedicated

Metrics of the Dedicated Plan

# Message

It shows the incremental status of message sending and receiving in a certain period of time. The following 3 metrics are provided:

IndicatorDescription
messages_droppedThe total number of messages discarded before forwarding to the subscription process in EMQX
messages_receivedNumber of messages received from the client
messages_sentNumber of messages sent to the client
metrics_line_detail

# Client

Shows the incremental situation of interaction with the client in a certain period of time. The following 4 metrics are provided:

IndicatorDescription
client_connectedNumber of successful client connections
client_disconnectedNumber of client disconnections
client_subscribeNumber of client subscriptions
client_unsubscribeNumber of client unsubscriptions
metrics_line_detail

# Packets

It shows the increment of the number of bytes sent and received during the time period. The following 2 metrics are provided:

IndicatorDescription
send_kibibytesKilobytes of sent packet
received_kibibytesKilobytes of received packet
metrics_line_detail

# Delivery

It shows the increment of the number of discarded messages within a time period, and provides the following one indicator:

IndicatorDescription
delivery_droppedNumber of message dropped when sending
delivery_dropped_queue_fullNumber of message dropped when the message queue is full
metrics_line_detail
What’s on this page