-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix metrics
option type for legacy OpenMetrics config spec
#9318
Conversation
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more.
|
metrics
option type for legacy OpenMetrics config spec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jejikenwogu Thank you very much!
This "fix" brakes the Istio integration
Helm values:
|
@boeboe That's the error that this resolves. Look out for Agent 7.29.0 in ~3 weeks |
@ofek when has this error been introduced ? |
7.27.0 was still working for me. It broke in 7.28.0. |
@boeboe thansk for the answer. |
What does this PR do?
Fix incorrect validation spec for istio integration.
Motivation
The istio validation spec expects metrics to be a list of strings (Sequence[str]). It is in fact supposed to be a list of maps (Sequence[Mapping[str, str]]).
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached