-
Notifications
You must be signed in to change notification settings - Fork 821
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
[spec] Remove gauge, add observer #739
Comments
Can I ask why this was removed? If I normally use a gauge elsewhere, what metric should I be using with open telemetry? I'm quite unsure. |
Same question here - I am finding myself using a histogram where I just want a gauge, and then going thru gyrations to get the observed number back - it would be simpler to just use a gauge |
Please follow open-telemetry/opentelemetry-specification#2318 for spec feature request of synchronous gauge. |
* refactor: pino instrumentation: remove unnecessary _isEnabled * fix: linting issues * fix: lint
OTEP: open-telemetry/oteps#80
SPEC: open-telemetry/opentelemetry-specification#430 (https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/api-metrics.md#observer)
Wait on #738 to merge before working on this issue.The text was updated successfully, but these errors were encountered: