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

Correct pulsar proxy prometheus.io/port annotation #548

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doug-ba
Copy link
Contributor

@doug-ba doug-ba commented Nov 11, 2024

Fixes #547

Motivation

Being able to scrape metrics is good. The existing version of the chart can be worked around by setting both the service and containerPort http ports to the same value, but the default values file has them different, and it's a confusing gotcha.

Modifications

Corrected the annotation to use the value used to set the containerPort instead of the value used to set the service port.

Verifying this change

  • Make sure that the change passes the CI checks.

Copy link
Member

@lhotari lhotari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the contribution @doug-ba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pulsar proxy prometheus.io/port annotation uses the service port value instead of the containerPort value
2 participants