diff --git a/site2/docs/reference-metrics.md b/site2/docs/reference-metrics.md
index d3e21bd896b7e..f62934451e552 100644
--- a/site2/docs/reference-metrics.md
+++ b/site2/docs/reference-metrics.md
@@ -174,7 +174,7 @@ All the topic metrics are labelled with the following labels:
| pulsar_storage_write_latency_le_* | Histogram | The entry rate of a topic that the storage write latency is smaller with a given threshold.
Available thresholds:
- pulsar_storage_write_latency_le_0_5: <= 0.5ms
- pulsar_storage_write_latency_le_1: <= 1ms
- pulsar_storage_write_latency_le_5: <= 5ms
- pulsar_storage_write_latency_le_10: <= 10ms
- pulsar_storage_write_latency_le_20: <= 20ms
- pulsar_storage_write_latency_le_50: <= 50ms
- pulsar_storage_write_latency_le_100: <= 100ms
- pulsar_storage_write_latency_le_200: <= 200ms
- pulsar_storage_write_latency_le_1000: <= 1s
- pulsar_storage_write_latency_le_overflow: > 1s
|
| pulsar_entry_size_le_* | Histogram | The entry rate of a topic that the entry size is smaller with a given threshold.
Available thresholds:
- pulsar_entry_size_le_128: <= 128 bytes
- pulsar_entry_size_le_512: <= 512 bytes
- pulsar_entry_size_le_1_kb: <= 1 KB
- pulsar_entry_size_le_2_kb: <= 2 KB
- pulsar_entry_size_le_4_kb: <= 4 KB
- pulsar_entry_size_le_16_kb: <= 16 KB
- pulsar_entry_size_le_100_kb: <= 100 KB
- pulsar_entry_size_le_1_mb: <= 1 MB
- pulsar_entry_size_le_overflow: > 1 MB
|
| pulsar_in_bytes_total | Counter | The total number of bytes received for this topic |
-| pulsar_producers_count | Counter | The total number of messages received for this topic |
+| pulsar_in_messages_total | Counter | The total number of messages received for this topic |
#### Replication metrics