Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/reference-metrics-opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ The total number of messages bytes read from this topic.
* `pulsar.topic` - The topic name.
* `pulsar.partition.index` - The partition index of the topic. Present only if the topic is partitioned.

#### pulsar.broker.topic.publish.latency
The latency in seconds for publishing messages.
* Type: Histogram
* Unit: `s`

#### pulsar.broker.topic.publish.rate.limit.count
The number of times the publish rate limit is triggered.
* Type: Counter
Expand Down Expand Up @@ -822,6 +827,34 @@ The total number of mark delete operations for this ledger.
* `pulsar.namespace` - The managed ledger namespace.
* `pulsar.managed_ledger.name` - The name of the managed ledger.

#### pulsar.broker.managed_ledger.message.outgoing.latency
End-to-end write latency, including time spent in the executor queue.
* Type: Histogram
* Unit: `s`
* Attributes:
* `pulsar.namespace` - The managed ledger namespace.

#### pulsar.broker.managed_ledger.message.outgoing.ledger.latency
End-to end write latency.
* Type: Histogram
* Unit: `s`
* Attributes:
* `pulsar.namespace` - The managed ledger namespace.

#### pulsar.broker.managed_ledger.ledger.switch.latency
Time taken to switch to a new ledger.
* Type: Histogram
* Unit: `s`
* Attributes:
* `pulsar.namespace` - The managed ledger namespace.

#### pulsar.broker.managed_ledger.entry.size
Size of entries written to the ledger.
* Type: Histogram
* Unit: `By`
* Attributes:
* `pulsar.namespace` - The managed ledger namespace.

#### pulsar.broker.managed_ledger.inflight.read.limit
Maximum number of bytes that can be retained by managed ledger data read from storage or cache.
* Type: Counter
Expand Down
33 changes: 33 additions & 0 deletions versioned_docs/version-4.1.x/reference-metrics-opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ The total number of messages bytes read from this topic.
* `pulsar.topic` - The topic name.
* `pulsar.partition.index` - The partition index of the topic. Present only if the topic is partitioned.

#### pulsar.broker.topic.publish.latency
The latency in seconds for publishing messages.
* Type: Histogram
* Unit: `s`

#### pulsar.broker.topic.publish.rate.limit.count
The number of times the publish rate limit is triggered.
* Type: Counter
Expand Down Expand Up @@ -822,6 +827,34 @@ The total number of mark delete operations for this ledger.
* `pulsar.namespace` - The managed ledger namespace.
* `pulsar.managed_ledger.name` - The name of the managed ledger.

#### pulsar.broker.managed_ledger.message.outgoing.latency
End-to-end write latency, including time spent in the executor queue.
* Type: Histogram
* Unit: `s`
* Attributes:
* `pulsar.namespace` - The managed ledger namespace.

#### pulsar.broker.managed_ledger.message.outgoing.ledger.latency
End-to end write latency.
* Type: Histogram
* Unit: `s`
* Attributes:
* `pulsar.namespace` - The managed ledger namespace.

#### pulsar.broker.managed_ledger.ledger.switch.latency
Time taken to switch to a new ledger.
* Type: Histogram
* Unit: `s`
* Attributes:
* `pulsar.namespace` - The managed ledger namespace.

#### pulsar.broker.managed_ledger.entry.size
Size of entries written to the ledger.
* Type: Histogram
* Unit: `By`
* Attributes:
* `pulsar.namespace` - The managed ledger namespace.

#### pulsar.broker.managed_ledger.inflight.read.limit
Maximum number of bytes that can be retained by managed ledger data read from storage or cache.
* Type: Counter
Expand Down