Anonymitaet commented on a change in pull request #9954:
URL: https://github.com/apache/pulsar/pull/9954#discussion_r596616167
##########
File path: site2/docs/reference-metrics.md
##########
@@ -382,6 +393,8 @@ All the connection metrics are labelled with the following
labels:
| pulsar_connection_create_success_count | Gauge | The number of successfully
created connections. |
| pulsar_connection_create_fail_count | Gauge | The number of failed
connections. |
| pulsar_connection_closed_total_count | Gauge | The total number of closed
connections. |
+| pulsar_broker_throttled_connections | Gauge | The number of throttled
connections. |
+| pulsar_broker_throttled_connections_global_limit | Gauge | The number of
connections throttled because of per-connection limit. |
Review comment:
```suggestion
| pulsar_broker_throttled_connections_global_limit | Gauge | The number of
throttled connections because of per-connection limit. |
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]