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

Change the process.uptime metric from a Counter to a Gauge (similar to system.uptime) #1518

Open
trask opened this issue Oct 25, 2024 · 0 comments

Comments

@trask
Copy link
Member

trask commented Oct 25, 2024

Area(s)

area:process

Is your change request related to a problem? Please describe.

the system.uptime metric is being introduced in #1507 as a Gauge (following the rationale in open-telemetry/oteps#185)

this creates inconsistency with the process.uptime metric which is (still) a Counter

Describe the solution you'd like

change the process.uptime metric from a Counter to a Gauge

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant