1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/metric
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
..
global Add godot linter to golangci (#2845) 2022-04-25 13:22:49 -07:00
instrument Calculate delta sums for delta async counter/up-down-counter types (#3398) 2022-10-27 08:47:27 -07:00
internal/global Update golangci-lint to v1.48.0 (#3105) 2022-08-24 21:42:28 -05:00
unit Use already enabled revive linter and add depguard (#2883) 2022-05-19 15:15:07 -05:00
config.go Revert Adding attributes to the instrumentation scope. 2022-09-09 09:06:58 -05:00
doc.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
example_test.go Update golangci-lint to v1.48.0 (#3105) 2022-08-24 21:42:28 -05:00
go.mod Release v1.11.1/v0.33.0 (#3367) 2022-10-19 12:55:44 -07:00
go.sum dependabot updates Mon Oct 17 16:17:28 UTC 2022 (#3348) 2022-10-17 12:25:56 -04:00
meter.go Revert Adding attributes to the instrumentation scope. 2022-09-09 09:06:58 -05:00
noop_test.go Move metric no-op implementation to metric package (#2866) 2022-04-28 12:52:10 -07:00
noop.go typo fix (#2991) 2022-07-05 11:35:21 -04:00