-
Notifications
You must be signed in to change notification settings - Fork 763
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: fixing metrics views, cherry-pick (3307) #3309
fix: fixing metrics views, cherry-pick (3307) #3309
Conversation
9ec9169
to
e379056
Compare
@JaydipGabani do you mind creating a seperate pr for the protobuf cp? so it's easier to diagnose any issues |
Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com> (cherry picked from commit 982a31d)
16e05f1
to
7ebbefe
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-3.15 #3309 +/- ##
================================================
+ Coverage 54.42% 54.50% +0.08%
================================================
Files 134 134
Lines 12329 12334 +5
================================================
+ Hits 6710 6723 +13
+ Misses 5123 5115 -8
Partials 496 496
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
IIRC there was a race condition with registering metrics that was found as part of the otel migration. This caused some metrics to not be reported, especially if there were multiple exporters. Do you remember what that race condition was? Would this PR interact with that? |
The race condition was related to |
Thanks for the context! |
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.
LGTM
7349e22
into
open-policy-agent:release-3.15
Signed-off-by: Jaydip Gabani gabanijaydip@gmail.com
(cherry picked from commit 71bd2a6)
This PR is CP of #3307
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, using
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when the PR gets merged):Fixes #
Special notes for your reviewer: