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 | Labels | Description |
|---|---|---|---|
| dstore_dist_topn_messages_dropped_total | counter | report |
Total number of messages dropped |
| dstore_dist_topn_messages_processed_total | counter | report |
Total number of messages processed |
| dstore_dist_topn_stream_connections_current | gauge | stream |
Current open stream receive connections |
| dstore_dist_topn_stream_connections_total | counter | stream |
Total number of stream receive connections established |
| dstore_dist_topn_stream_received_total | counter | stream |
Total number of messages received |
| dstore_dist_topn_stream_scan_error_total | counter | stream |
Total number of message scan errors |
| dstore_dist_topn_stream_unmarshal_error_total | counter | stream |
Total number of message unmarshal errors |
| dstore_dist_topn_uptime_total | counter | - | Number of seconds the process has been up |