Skip to content

Commit

Permalink
Sync updates to 2.9.x docs as per apache#17248
Browse files Browse the repository at this point in the history
  • Loading branch information
momo-jun committed Dec 9, 2022
1 parent fd4684a commit 62ae022
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ All the ManagedLedgerCache metrics are labelled with the following labels:
| Name | Type | Description |
| --- | --- | --- |
| pulsar_ml_cache_evictions | Gauge | The number of cache evictions during the last minute. |
| pulsar_ml_cache_inserted_entries_total | Counter | The number of entries inserted into the entry cache. Note that this metric is only available in Pulsar 2.9.4 and later versions. |
| pulsar_ml_cache_evicted_entries_total | Counter | The number of entries evicted from the entry cache. Note that this metric is only available in Pulsar 2.9.4 and later versions. |
| pulsar_ml_cache_entries | Gauge | The number of entries in the entry cache. Note that this metric is only available in Pulsar 2.9.4 and later versions.|
| pulsar_ml_cache_hits_rate | Gauge | The number of cache hits per second. |
| pulsar_ml_cache_hits_throughput | Gauge | The amount of data is retrieved from the cache in byte/s |
| pulsar_ml_cache_misses_rate | Gauge | The number of cache misses per second |
Expand Down

0 comments on commit 62ae022

Please sign in to comment.