1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/metric/instrument
Tyler Yahn 40f19009b0
Calculate delta sums for delta async counter/up-down-counter types (#3398)
* Update API docs

Update the async instrument docs for the counters types to explain that
the value recorded is assumed by implementations to be the cumulative
sum.

* Refactor precomputed delta sum aggregation

Report the delta Aggregation while supporting cumulative Aggregate
values.

* Add changes to changelog
2022-10-27 08:47:27 -07:00
..
asyncfloat64 Calculate delta sums for delta async counter/up-down-counter types (#3398) 2022-10-27 08:47:27 -07:00
asyncint64 Calculate delta sums for delta async counter/up-down-counter types (#3398) 2022-10-27 08:47:27 -07:00
syncfloat64 typo fix (#2991) 2022-07-05 11:35:21 -04:00
syncint64 typo fix (#2991) 2022-07-05 11:35:21 -04:00
config.go typo fix (#2991) 2022-07-05 11:35:21 -04:00
instrument.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00