-
Notifications
You must be signed in to change notification settings - Fork 848
Optionally disable timestamps in the Prometheus exporters #6600
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
Optionally disable timestamps in the Prometheus exporters #6600
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6600 +/- ##
==========================================
- Coverage 86.76% 86.70% -0.07%
==========================================
Files 258 258
Lines 11943 11955 +12
==========================================
+ Hits 10362 10365 +3
- Misses 1581 1590 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
|
src/OpenTelemetry.Exporter.Prometheus.HttpListener/Internal/PrometheusSerializerExt.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.Prometheus.HttpListener/CHANGELOG.md
Outdated
Show resolved
Hide resolved
test/OpenTelemetry.Exporter.Prometheus.HttpListener.Tests/PrometheusSerializerTests.cs
Outdated
Show resolved
Hide resolved
test/OpenTelemetry.Exporter.Prometheus.HttpListener.Tests/PrometheusSerializerTests.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.Prometheus.HttpListener/Internal/PrometheusSerializerExt.cs
Show resolved
Hide resolved
…nnahhaering/opentelemetry-dotnet into disable-timestamps-prometheus
…etheusSerializerTests.cs Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
…ometheusSerializerExt.cs Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
…etheusSerializerTests.cs Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
@hannahhaering, thanks! |
Thank you for your contribution @hannahhaering! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey. |
Implements #5485
Changes
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes