dstore-dist-top-reporter
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-top-reporter
:
Metric Name | Type | Description |
---|---|---|
dstore_dist_topn_messages_dropped_total | counter | Total number of messages dropped for report |
dstore_dist_topn_messages_processed_total | counter | Total number of messages processed for report |
dstore_dist_topn_stream_connections_current | gauge | Current open stream receive connections |
dstore_dist_topn_stream_connections_total | counter | Total number of stream receive connections established |
dstore_dist_topn_stream_received_total | counter | Total number of messages received in stream |
dstore_dist_topn_uptime_total | counter | Number of seconds the process has been up |