Anonymitaet commented on a change in pull request #14414:
URL: https://github.com/apache/pulsar/pull/14414#discussion_r813736859



##########
File path: site2/docs/reference-metrics.md
##########
@@ -274,14 +274,16 @@ All the managedLedger metrics are labelled with the 
following labels:
 | pulsar_ml_AddEntryBytesRate | Gauge | The bytes/s rate of messages added |
 | pulsar_ml_AddEntryWithReplicasBytesRate | Gauge | The bytes/s rate of 
messages added with replicas |
 | pulsar_ml_AddEntryErrors | Gauge | The number of addEntry requests that 
failed |
-| pulsar_ml_AddEntryLatencyBuckets | Histogram | The add entry latency of a 
ledger with a given quantile (threshold).<br> Available quantile: <br><ul><li> 
quantile="0.0_0.5" is AddEntryLatency between (0.0ms, 0.5ms]</li> 
<li>quantile="0.5_1.0" is AddEntryLatency between (0.5ms, 
1.0ms]</li><li>quantile="1.0_5.0" is AddEntryLatency between (1ms, 
5ms]</li><li>quantile="5.0_10.0" is AddEntryLatency between (5ms, 
10ms]</li><li>quantile="10.0_20.0" is AddEntryLatency between (10ms, 
20ms]</li><li>quantile="20.0_50.0" is AddEntryLatency between (20ms, 
50ms]</li><li>quantile="50.0_100.0" is AddEntryLatency between (50ms, 
100ms]</li><li>quantile="100.0_200.0" is AddEntryLatency between (100ms, 
200ms]</li><li>quantile="200.0_1000.0" is AddEntryLatency between (200ms, 
1s]</li></ul>|
-| pulsar_ml_AddEntryLatencyBuckets_OVERFLOW | Gauge | The add entry latency > 
1s |
+| pulsar_ml_AddEntryLatencyBuckets | Histogram | The add entry latency of a 
ledger with a given quantile (threshold), including time spent on waiting in 
queue on the broker side.<br> Available quantile: <br><ul><li> 
quantile="0.0_0.5" is AddEntryLatency between (0.0ms, 0.5ms]</li> 
<li>quantile="0.5_1.0" is AddEntryLatency between (0.5ms, 
1.0ms]</li><li>quantile="1.0_5.0" is AddEntryLatency between (1ms, 
5ms]</li><li>quantile="5.0_10.0" is AddEntryLatency between (5ms, 
10ms]</li><li>quantile="10.0_20.0" is AddEntryLatency between (10ms, 
20ms]</li><li>quantile="20.0_50.0" is AddEntryLatency between (20ms, 
50ms]</li><li>quantile="50.0_100.0" is AddEntryLatency between (50ms, 
100ms]</li><li>quantile="100.0_200.0" is AddEntryLatency between (100ms, 
200ms]</li><li>quantile="200.0_1000.0" is AddEntryLatency between (200ms, 
1s]</li></ul>|

Review comment:
       ```suggestion
   | pulsar_ml_AddEntryLatencyBuckets | Histogram | The added entry latency of 
a ledger with a given quantile (threshold), including time spent on waiting in 
queue on the broker side.<br> Available quantile: <br><ul><li> 
quantile="0.0_0.5" is AddEntryLatency between (0.0ms, 0.5ms]</li> 
<li>quantile="0.5_1.0" is AddEntryLatency between (0.5ms, 
1.0ms]</li><li>quantile="1.0_5.0" is AddEntryLatency between (1ms, 
5ms]</li><li>quantile="5.0_10.0" is AddEntryLatency between (5ms, 
10ms]</li><li>quantile="10.0_20.0" is AddEntryLatency between (10ms, 
20ms]</li><li>quantile="20.0_50.0" is AddEntryLatency between (20ms, 
50ms]</li><li>quantile="50.0_100.0" is AddEntryLatency between (50ms, 
100ms]</li><li>quantile="100.0_200.0" is AddEntryLatency between (100ms, 
200ms]</li><li>quantile="200.0_1000.0" is AddEntryLatency between (200ms, 
1s]</li></ul>|
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to