Skip to content

Commit

Permalink
Update 3.2.x docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosvictor committed May 3, 2024
1 parent e670d8f commit 4607708
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions versioned_docs/version-3.2.x/reference-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,6 @@ All the broker metrics are labeled with the following labels:
| pulsar_ml_count | Gauge | The number of currently opened managed ledgers. |
| ~~topic_load_times (deprecated)~~ | ~~Summary~~ | ~~The topic load latency calculated in milliseconds.~~ |
| pulsar_topic_load_times | Summary | The topic load latency calculated in milliseconds. |
| pulsar_active_connections | Gauge | The number of active connections. |
| pulsar_connection_created_total_count | Gauge | The total number of connections. |
| 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 throttled connections due to per-connection limit. |
| pulsar_broker_topics_count | Gauge | The number of Pulsar topics in this broker. |
| pulsar_broker_subscriptions_count | Gauge | The number of Pulsar subscriptions in this broker. |
| pulsar_broker_producers_count | Gauge | The number of active producers connected to this broker. |
Expand Down Expand Up @@ -467,15 +460,14 @@ All the connection metrics are labelled with the following labels:
- *broker*: `broker=${advertised_address}`. `${advertised_address}` is the advertised address of the broker.
- *metric*: `metric=${metric}`. `${metric}` is the connection metric collective name.

| Name | Type | Description |
|---|---|---|
| pulsar_active_connections| Gauge | The number of active connections. |
| pulsar_connection_created_total_count | Gauge | The total number of connections. |
| Name | Type | Description |
|----------------------------------------|-------|-------------------------------------------------|
| pulsar_active_connections | Gauge | The number of active connections. |
| pulsar_connection_created_total_count | Gauge | The total number of connections. |
| 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 throttled connections because of per-connection limit. |
| 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. |

### Jetty metrics

Expand Down

0 comments on commit 4607708

Please sign in to comment.