dstore-dist-eventforwarder

The webserver to service Prometheus metrics is configured using the http.address parameter at the root node in the configuration file. For example:

http:
  address: ":8001"

The following table shows the available Prometheus metrics in dstore-dist-eventforwarder:

Metric Name Type Labels Description
dstore_dist_eventforwarder_connections_total counter - Total number of receive connections established.
dstore_dist_eventforwarder_connections_current gauge - Current open receive connections.
dstore_dist_eventforwarder_num_senders_current gauge sender Current number of sender goroutines.
dstore_dist_eventforwarder_msgs_rcvd_total counter - Total number of messages received.
dstore_dist_eventforwarder_msgs_sent_total counter filter_type, sender Total number of messages attempted to be sent.
dstore_dist_eventforwarder_query_data_msgs_sent_total counter sender Total number of query data messages attempted to be sent.
dstore_dist_eventforwarder_msgs_rcvd_err_total counter err_type Total number of messages received that could not be processed due to an error.
dstore_dist_eventforwarder_msgs_sent_err_total counter sender Total number of messages not sent due to an error.
dstore_dist_eventforwarder_query_data_msgs_sent_err_total counter sender Total number of query data messages not sent due to an error.
dstore_dist_eventforwarder_uptime_total counter - Total number of seconds the process has been up.
dstore_dist_elastic_readiness gauge - Readiness of elasticsearch/opensearch. 0 = not ready, 1 = ready.