-
Notifications
You must be signed in to change notification settings - Fork 651
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
Counter and UpDownCounter temporality should be CUMULATIVE #1383
Comments
This makes sense to me. The reason these should be CUMULATIVE here and now, in the present code base, is that the file |
In the current metrics implementation, it will be DELTA if the opentelemetry-python/opentelemetry-sdk/src/opentelemetry/sdk/metrics/export/processor.py Lines 56 to 62 in c4950a3
opentelemetry-python/opentelemetry-sdk/src/opentelemetry/sdk/metrics/export/processor.py Lines 81 to 86 in c4950a3
|
IIRC, it should be configurable. In Go, it defaults to cumulative but can be configured to delta, kind of like |
We currently have |
@ocelotl SGTM |
The temporalities specified here and here should be CUMULATIVE instead of DELTA.
The text was updated successfully, but these errors were encountered: