ng-galien opened a new pull request, #1118: URL: https://github.com/apache/pulsar-site/pull/1118
### ✅ Contribution Checklist - [x] I read the [contribution guide](https://pulsar.apache.org/contribute/document-contribution/) - [ ] I updated the [versioned docs](https://pulsar.apache.org/contribute/document-contribution/#update-versioned-docs) — not applicable, these metrics are new and only exist on `master` (not in any released version yet). ## Summary Document two new broker-level OpenTelemetry counters introduced in apache/pulsar#25548: - `pulsar.broker.managed_ledger.cursor.persist.unacked_ranges.truncated` — emitted when a cursor exceeds `managedLedgerMaxUnackedRangesToPersist` and ack state is truncated at persistence. - `pulsar.broker.managed_ledger.cursor.persist.batch_deleted_indexes.truncated` — emitted when a cursor exceeds `managedLedgerMaxBatchDeletedIndexToPersist` and batch deleted index state is truncated at persistence. Both counters use `managedLedger` and `cursor` attributes to identify the affected cursor without increasing topic-level metric cardinality. Added under the existing `### Managed Ledger Cursor metrics` section of `reference-metrics-opentelemetry.md`, following the format used by the surrounding metrics in that section. See apache/pulsar#25548. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
