-
Notifications
You must be signed in to change notification settings - Fork 837
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(exporter-metrics-otlp-http): browser OTLPMetricExporter was not passing config to OTLPMetricExporterBase super class #5331
fix(exporter-metrics-otlp-http): browser OTLPMetricExporter was not passing config to OTLPMetricExporterBase super class #5331
Conversation
…assing config to OTLPMetricExporterBase super class Refs: open-telemetry#5031
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5331 +/- ##
=======================================
Coverage 94.56% 94.56%
=======================================
Files 322 322
Lines 8132 8132
Branches 1715 1715
=======================================
Hits 7690 7690
Misses 442 442 |
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.
Oh no - I forgot to add the tests here so I did not catch that bug. 😞
Thank you for fixing this!
Yep, I'll backport this ASAP. |
…assing config to OTLPMetricExporterBase super class (open-telemetry#5331)
…s not passing config to OTLPMetricExporterBase super class (open-telemetry#5331)
…porter was not passing config to OTLPMetricExporterBase super class [#5331] (#5337) Co-authored-by: Trent Mick <[email protected]>
Refs: #5031
This was pointed out in Slack here: https://cloud-native.slack.com/archives/C01NL1GRPQR/p1736535825217819
My PR copies some of the test blocks from "test/node/OTLPMetricExporter.test.ts" (those that were passing
config to
OTLPMetricExporter
) over to the platform test file./cc @pichlermarc