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:
The following table shows the available Prometheus metrics in dstore-dist-eventforwarder
:
Metric Name | Type | 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 | Current number of sender goroutines by sender. |
dstore_dist_eventforwarder_msgs_rcvd_total | counter | Total number of messages received. |
dstore_dist_eventforwarder_msgs_sent_total | counter | Total number of messages attempted to be sent by filter_type and sender. |
dstore_dist_eventforwarder_msgs_rcvd_err_total | counter | Total number of messages received that could not be processed due to an error. |
dstore_dist_eventforwarder_msgs_sent_err_total | counter | Total number of messages not sent due to an error. |
dstore_dist_eventforwarder_uptime_total | counter | Total number of seconds the process has been up. |