Skip to content

Commit

Permalink
[improve][doc] add a new metric (pulsar_topic_load_times) (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymitaet committed Jul 7, 2023
1 parent d833960 commit 8a6d2c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ All the broker metrics are labeled with the following labels:
| pulsar_ml_cache_pool_used | Gauge | The total used memory of chunk lists in direct arena. |
| pulsar_ml_cache_used_size | Gauge | The size used to store the payloads of entries (in bytes). |
| pulsar_ml_count | Gauge | The number of currently opened managed ledgers. |
| topic_load_times | Summary | The topic load latency calculated in milliseconds. |
| ~~topic_load_times (deprecated)~~ | ~~Summary~~ | ~~The topic load latency calculated in milliseconds.~~ |
| pulsar_topic_load_times | Summary | The topic load latency calculated in milliseconds. |
| pulsar_active_connections| Gauge | The number of active connections. |
| pulsar_connection_created_total_count | Gauge | The total number of connections. |
| pulsar_connection_create_success_count | Gauge | The number of successfully created connections. |
Expand Down

0 comments on commit 8a6d2c3

Please sign in to comment.