-
Notifications
You must be signed in to change notification settings - Fork 863
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
Make the Executor for PrometheusHttpServer configurable #5296
Make the Executor for PrometheusHttpServer configurable #5296
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #5296 +/- ##
=========================================
Coverage 90.97% 90.98%
- Complexity 4907 4910 +3
=========================================
Files 552 552
Lines 14489 14496 +7
Branches 1372 1373 +1
=========================================
+ Hits 13182 13189 +7
Misses 907 907
Partials 400 400
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
...ometheus/src/main/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerBuilder.java
Show resolved
Hide resolved
...ometheus/src/main/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerBuilder.java
Outdated
Show resolved
Hide resolved
.../prometheus/src/test/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerTest.java
Outdated
Show resolved
Hide resolved
…rometheus/PrometheusHttpServerTest.java Co-authored-by: Mateusz Rzeszutek <[email protected]>
.../prometheus/src/test/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerTest.java
Outdated
Show resolved
Hide resolved
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.
Just one small comment. Thanks!
Fixes #5243