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

[tempo] fix: Conditionally enable jaeger-metrics port on service monitor #2702

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

maandr
Copy link

@maandr maandr commented Oct 10, 2023

We recently encountered a situation where the service monitor stopped scraping data. This occurred because the service monitor contained the port configuration jaeger-metrics that did not exist in the service unless .Values.tempoQuery.enabled was enabled.

Since the presence of the jaeger-metrics port in the service is conditional, it should also be subject to the same condition in the service monitor.

Signed-off-by: Mats Andresen <mats.andresen@gmx.de>
@CLAassistant
Copy link

CLAassistant commented Oct 10, 2023

CLA assistant check
All committers have signed the CLA.

@cmergenthaler
Copy link

Can this get merged please? Current solution forces us to enable tempoQuery

@zanhsieh zanhsieh changed the title fix(tempo): Conditionally enable jaeger-metrics port on service monitor [tempo] fix: Conditionally enable jaeger-metrics port on service monitor Jan 10, 2024
Copy link
Member

@mapno mapno left a comment

Choose a reason for hiding this comment

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

Thanks for the fix! This change will require a bump in the chart's version to merge

@maandr maandr requested a review from mapno January 17, 2024 08:48
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.

None yet

5 participants