job_name: prometheus-tdmq-pulsarhonor_timestamps: truescrape_interval: 60smetrics_path: /tencent-cloud-metrics/scheme: httpstatic_configs:- targets:- 10.x.x.x:10001- 10.x.x.x:10002
honor_timestamps
is set to true, Prometheus will use the timestamps provided by the Exporter for its metrics rather than using the timestamps at which the Prometheus server receives these metrics.scrape_interval
, the frequency of scraping monitoring metrics data. Currently at minute-level.metrics_path
, the path to access monitoring metrics. Set it to /tencent-cloud-metrics/.scheme
, the protocol for accessing resources in the configuration. Currently it only supports http.Metric | Metric Name |
Cluster message production rate | pulsar_caculate_rate_in |
Cluster message consumption rate | pulsar_caculate_rate_out |
Cluster message storage size | pulsar_storage_size |
Cluster production bandwidth peak | pulsar_throughput_in |
Cluster consumption bandwidth peak | pulsar_throughput_out |
Metric | Metric Name |
Message production rate | pulsar_caculate_rate_in |
Message consumption rate | pulsar_caculate_rate_out |
Message production throughput | pulsar_throughput_in |
Message consumption throughput | pulsar_throughput_out |
Producer count | pulsar_producers_count |
Consumer count | pulsar_consumers_count |
Message storage size | pulsar_storage_size |
Message backlog count | pulsar_msg_backlog |
Message backlog size | pulsar_storage_backlog_size |
Producer rate limiting count | pulsar_publish_rate_limit_times |
Filtered message count | pulsar_tag_filter_rejected_msg_rate |
Metric | Metric Name |
Message backlog entries | pulsar_subscription_back_log |
Message consumption rate | pulsar_subscription_msg_rate_out |
Message consumption throughput | pulsar_subscription_msg_throughput_out |
Unacknowledged message count | pulsar_subscription_unacked_messages |
Consumer count | pulsar_subscription_consumers_count |
Delayed message count | pulsar_subscription_delayed |
Message deletion rate | pulsar_subscription_msg_rate_expired |
Filtered message count | pulsar_subscription_tag_filter_rejected_msg_rate |
Was this page helpful?