This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new cfbc2e3dd3a Docs sync done from apache/pulsar(#95c1778)
cfbc2e3dd3a is described below
commit cfbc2e3dd3ab50b927ede91042dc9f854245b3ee
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Mon Aug 22 18:01:48 2022 +0000
Docs sync done from apache/pulsar(#95c1778)
---
site2/website-next/docs/reference-metrics.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site2/website-next/docs/reference-metrics.md
b/site2/website-next/docs/reference-metrics.md
index 91df1b88f3a..31ed3baf776 100644
--- a/site2/website-next/docs/reference-metrics.md
+++ b/site2/website-next/docs/reference-metrics.md
@@ -219,7 +219,7 @@ All the namespace metrics are labelled with the following
labels:
| pulsar_subscription_delayed | Gauge | The total message batches (entries)
are delayed for dispatching. |
| pulsar_storage_write_latency_le_* | Histogram | The entry rate of a
namespace that the storage write latency is smaller with a given threshold.<br
/> Available thresholds: <br /><ul><li>pulsar_storage_write_latency_le_0_5: <=
0.5ms </li><li>pulsar_storage_write_latency_le_1: <=
1ms</li><li>pulsar_storage_write_latency_le_5: <=
5ms</li><li>pulsar_storage_write_latency_le_10: <=
10ms</li><li>pulsar_storage_write_latency_le_20: <=
20ms</li><li>pulsar_storage_write_latency_le_50: <= 50ms</ [...]
| pulsar_entry_size_le_* | Histogram | The entry rate of a namespace that the
entry size is smaller with a given threshold.<br /> Available thresholds: <br
/><ul><li>pulsar_entry_size_le_128: <= 128 bytes
</li><li>pulsar_entry_size_le_512: <= 512
bytes</li><li>pulsar_entry_size_le_1_kb: <= 1
KB</li><li>pulsar_entry_size_le_2_kb: <= 2
KB</li><li>pulsar_entry_size_le_4_kb: <= 4
KB</li><li>pulsar_entry_size_le_16_kb: <= 16
KB</li><li>pulsar_entry_size_le_100_kb: <= 100 KB</li><li>pulsar_ent [...]
-| pulsar_delayed_delivery_tracker_memory_usage | GAUGE | The total memory size
allocated by `InMemoryDelayedDeliveryTracker` of the namespace owned by this
broker (in bytes). |
+| pulsar_delayed_message_index_size_bytes | Gauge | The total memory size
allocated by `InMemoryDelayedDeliveryTracker` of the namespace owned by this
broker (in bytes). |
#### Replication metrics
@@ -283,7 +283,7 @@ All the topic metrics are labelled with the following
labels:
| pulsar_compaction_latency_le_* | Histogram | The compaction latency with
given quantile. <br /> Available thresholds: <br
/><ul><li>pulsar_compaction_latency_le_0_5: <= 0.5ms
</li><li>pulsar_compaction_latency_le_1: <=
1ms</li><li>pulsar_compaction_latency_le_5: <=
5ms</li><li>pulsar_compaction_latency_le_10: <=
10ms</li><li>pulsar_compaction_latency_le_20: <=
20ms</li><li>pulsar_compaction_latency_le_50: <=
50ms</li><li>pulsar_compaction_latency_le_100: <= 100ms</li><li>pulsar_compact
[...]
| pulsar_compaction_compacted_entries_count | Gauge | The total number of the
compacted entries. |
| pulsar_compaction_compacted_entries_size |Gauge | The total size of the
compacted entries. |
-| pulsar_delayed_delivery_tracker_memory_usage | GAUGE | The total memory size
allocated by `InMemoryDelayedDeliveryTracker` of the topic owned by this broker
(in bytes). |
+| pulsar_delayed_message_index_size_bytes | Gauge | The total memory size
allocated by `InMemoryDelayedDeliveryTracker` of the topic owned by this broker
(in bytes). |
#### Replication metrics