Defines standards for generating consistent, accessible telemetry across a variety of domains
284
stars
175
forks
source link
Change the `process.uptime` metric from a Counter to a Gauge (similar to `system.uptime`) #1518
Closed
trask closed 1 week ago
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 https://github.com/open-telemetry/oteps/pull/185)this creates inconsistency with the
process.uptime
metric which is (still) a CounterDescribe the solution you'd like
change the
process.uptime
metric from a Counter to a GaugeDescribe alternatives you've considered
No response
Additional context
No response