Skip to content

Commit

Permalink
[feat][doc] PIP-264: Add OpenTelemetry metadata store metrics referen…
Browse files Browse the repository at this point in the history
…ce (#922)

* Add draft metadata store metrics reference

* Fix metric description
  • Loading branch information
dragosvictor committed Jun 24, 2024
1 parent ee287e1 commit d297485
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/reference-metrics-opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,22 @@ The maximum number of pending topic load operations in the broker. Equal to "max
* Type: UpDownCounter
* Unit: `{operation}`

### Metadata Store metrics

#### pulsar.broker.metadata.store.outgoing.size
The total amount of data written to the metadata store.
* Type: Counter
* Unit: `{By}`
* Attributes:
* `pulsar.metadata.store.name` - The name of the metadata store.

#### pulsar.broker.metadata.store.executor.queue.size
The number of batch operations in the metadata store executor queue.
* Type: UpDownCounter
* Unit: `{operation}`
* Attributes:
* `pulsar.metadata.store.name` - The name of the metadata store.

### Producer metrics

#### pulsar.broker.producer.message.incoming.count
Expand Down

0 comments on commit d297485

Please sign in to comment.