Skip to content

Commit

Permalink
[feat][doc] PIP-264: Add ServerCnxThrottleTracker metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosvictor committed Jul 16, 2024
1 parent f332946 commit 7c5e519
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/reference-metrics-opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ The number of connection create operations.
* `success`
* `failure`

#### pulsar.broker.connection.rate_limit.count
The number of times a connection has been rate limited.
* Type: Counter
* Unit: `{operation}`
* Attributes:
* `pulsar.connection.rate_limit.operation.name` - The name of the rate limiting operation performed. Can be one of:
* `paused`
* `resumed`
* `throttled`
* `unthrottled`

### Topic Messaging metrics

#### pulsar.broker.topic.subscription.count
Expand Down

0 comments on commit 7c5e519

Please sign in to comment.