Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added metrics for topic lookups operations #8272

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

merlimat
Copy link
Contributor

Motivation

We currently don't have any metrics to check the rates or latencies of topic lookup operations.

Adding:

  • pulsar_broker_load_manager_bundle_assigment: Latency summary of bundles ownership ops
  • pulsar_broker_lookup:Latency summary of all lookup ops
  • pulsar_broker_lookup_redirects: Counter of lookup redirections
  • pulsar_broker_lookup_failures: Counter of lookup failures
  • pulsar_broker_lookup_answers: Counter of lookup concrete answers (ie: not redirects)
  • pulsar_broker_lookup_pending_requests: Pending lookups in broker (when it hits the max, requests are rejected)
  • pulsar_broker_topic_load_pending_request: Pending topic loads operations

@merlimat merlimat added the type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages label Oct 15, 2020
@merlimat merlimat added this to the 2.7.0 milestone Oct 15, 2020
@merlimat merlimat self-assigned this Oct 15, 2020
@merlimat merlimat merged commit ad8c5ca into apache:master Oct 19, 2020
huangdx0726 pushed a commit to huangdx0726/pulsar that referenced this pull request Nov 13, 2020
flowchartsman pushed a commit to flowchartsman/pulsar that referenced this pull request Nov 17, 2020
merlimat added a commit to merlimat/pulsar that referenced this pull request Dec 19, 2020
@codelipenghui codelipenghui added doc-required Your PR changes impact docs and you will update later. and removed doc-required Your PR changes impact docs and you will update later. labels Aug 26, 2021
@Anonymitaet Anonymitaet added the doc-required Your PR changes impact docs and you will update later. label Aug 27, 2021
@Anonymitaet Anonymitaet added doc-complete Your PR changes impact docs and the related docs have been already added. and removed doc-required Your PR changes impact docs and you will update later. labels Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-complete Your PR changes impact docs and the related docs have been already added. type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants