Tao Jiuming

Results 24 issues of Tao Jiuming

issue: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9796 support apache pulsar as opentelemetry-collector receiver

Motivation: 1. Currently, a meter(COUNTER/GAUGE/HISTOGRAM, etc.) could only have 2000 children, which means it couldn't cover some situations (such as there are 10000 topics in a broker, and they all...

Fixes https://github.com/apache/pulsar/issues/17011 ### Motivation Fix https://github.com/apache/pulsar/issues/17011 ### Documentation Check the box below or label this PR directly. Need to update docs? - [ ] `doc-required` (Your PR needs to update...

doc-not-needed

Fixes https://github.com/apache/pulsar/issues/16596 ### Motivation add per-subscription `EntryFilter` metrics for PersistentTopic and NonPersistentTopic. ### Modifications Add the following metrics to Prometheus: 1. pulsar_subscription_through_filter_msg_count 2. pulsar_subscription_filter_accepted_msg_count 3. pulsar_subscription_filter_rejected_msg_count 4. pulsar_subscription_filter_rescheduled_msg_count Add the...

doc-required
component/metrics

### Motivation add metrics for transaction ### Does this pull request potentially affect one of the following parts: *If `yes` was chosen, please highlight the changes* - Dependencies (does it...

component/transaction
doc-required
component/metrics
lifecycle/stale

Fixes [#16907](https://github.com/apache/pulsar/issues/16907) ### Motivation Fixes [#16907](https://github.com/apache/pulsar/issues/16907) ### Documentation Check the box below or label this PR directly. Need to update docs? - [ ] `doc-required` (Your PR needs to update...

doc-not-needed
release/2.10.2
release/2.9.4
release/2.11.1

Add MetricsFormatter to allow develops collect metrics by their own way. For more context, you can see https://github.com/prometheus/client_java/pull/782

## Changes add apache pulsar semantic_conventions. Related issues # Related [OTEP(s)](https://github.com/open-telemetry/oteps) #

area:semantic-conventions
Stale

MovitItion This pr is based on https://github.com/apache/pulsar/pull/13833, show offload metrics. ![20220214-114921](https://user-images.githubusercontent.com/95597048/153797072-cbebd8cd-58cc-4fb6-ad27-94e577655b7a.png)

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Currently, Pulsar only supports global offload auto trigger policy: `managedLedgerOffloadAutoTriggerSizeThresholdBytes` and `managedLedgerOffloadTimeThresholdInSeconds`(see: https://github.com/apache/pulsar/pull/17398),...