Skip to content

Commit

Permalink
Merge branch 'main' into dmisca-pip-264-managed-ledger-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosvictor committed Jun 27, 2024
2 parents ec32d0a + 3af5596 commit 00c4882
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/reference-metrics-opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ Pulsar exposes the following OpenTelemetry metrics.

## Broker

### Connection Metrics

#### pulsar.broker.connection.count
The number of connections.
* Type: UpDownCounter
* Unit: `{connection}`
* Attributes:
* `pulsar.connection.status` - The status of the connection. Can be one of:
* `active`
* `open`
* `close`

#### pulsar.broker.connection.create.operation.count
The number of connection create operations.
* Type: UpDownCounter
* Unit: `{operation}`
* Attributes:
* `pulsar.connection.create.operation.status` - The status of the create operation. Can be one of:
* `success`
* `failure`

### Topic Messaging metrics

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

0 comments on commit 00c4882

Please sign in to comment.