Skip to content

Commit

Permalink
[feat][doc] PIP-264: Add OpenTelemetry HTTP rate limiting metrics ref…
Browse files Browse the repository at this point in the history
…erence (#944)
  • Loading branch information
dragosvictor authored Jul 17, 2024
1 parent 3d7d459 commit 1224cec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/reference-metrics-opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,3 +695,15 @@ The number of Schema Registry compatibility check operations performed by the br
* `pulsar.schema_registry.compatibility_check.response` - The compatibility check response type
* `compatible`
* `incompatible`

### HTTP Request Filter Metrics

#### pulsar.web.filter.rate_limit.request.count
Counter of HTTP requests processed by the rate limiting filter.
* Type: Counter
* Unit: `{request}`
* Attributes:
* `pulsar.web.filter.rate_limit.result` - The result of the rate limiting operation. Can be one of:
* `accepted`
* `rejected`

0 comments on commit 1224cec

Please sign in to comment.