Skip to content
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

Update the Prometheus Exporter to by Default not Append Timestamp #3961

Conversation

JacksonWeber
Copy link
Contributor

Which problem is this PR solving?

This PR amends the Prometheus Exporter to be in line with the text based exposition format.

Fixes #3463

Short description of the changes

Updates the default mode of the Prometheus Exporter to not append timestamp.

Type of change

Please delete options that are not relevant.

  • Bug Fix (Bringing us up to spec)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • PrometheusExporter.tests
  • PrometheusSerializer.tests

Checklist:

  • Followed the style guidelines of this project
  • Unit tests have been added
  • Documentation has been updated

@JacksonWeber JacksonWeber requested a review from a team as a code owner July 3, 2023 02:55
@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Merging #3961 (805a9ec) into main (070b685) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 805a9ec differs from pull request most recent head af5a16b. Consider uploading reports for the commit af5a16b to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3961      +/-   ##
==========================================
+ Coverage   93.13%   93.14%   +0.01%     
==========================================
  Files         298      298              
  Lines        8869     8869              
  Branches     1826     1826              
==========================================
+ Hits         8260     8261       +1     
+ Misses        609      608       -1     
Impacted Files Coverage Δ
...etry-exporter-prometheus/src/PrometheusExporter.ts 96.25% <ø> (ø)
...ry-exporter-prometheus/src/PrometheusSerializer.ts 95.71% <100.00%> (ø)

... and 1 file with indirect coverage changes

Copy link
Member

@legendecas legendecas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for working on this!

@pichlermarc pichlermarc merged commit 1ce8a89 into open-telemetry:main Jul 3, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider following OpenMetrics guidance on timestamps
3 participants