1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-10 09:50:58 +02:00
opentelemetry-go/sdk/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
..
aggregation Removes go1.17, replaces with go1.18 (#3179) 2022-09-19 17:22:40 -07:00
internal Calculate delta sums for delta async counter/up-down-counter types (#3398) 2022-10-27 08:47:27 -07:00
metricdata Remove unnecessary build restrictions for go1.18 (#3197) 2022-09-21 10:00:00 -07:00
view Remove unnecessary build restrictions for go1.18 (#3197) 2022-09-21 10:00:00 -07:00
cache_test.go Handle duplicate Aggregators and log instrument conflicts (#3251) 2022-10-11 15:41:47 -04:00
cache.go Handle duplicate Aggregators and log instrument conflicts (#3251) 2022-10-11 15:41:47 -04:00
config_test.go Remove unnecessary build restrictions for go1.18 (#3197) 2022-09-21 10:00:00 -07:00
config.go Use default view if instrument does not match any pipeline view (#3237) 2022-10-07 00:40:54 -04:00
doc.go Merge metric SDK development branch "new_sdk/main" into "main" (#3175) 2022-09-15 18:41:24 -07:00
example_test.go Remove unnecessary build restrictions for go1.18 (#3197) 2022-09-21 10:00:00 -07:00
exporter.go Remove unnecessary build restrictions for go1.18 (#3197) 2022-09-21 10:00:00 -07: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
instrument_provider.go Refactor Pipeline (#3233) 2022-09-28 08:47:20 -07:00
instrument.go Handle duplicate Aggregators and log instrument conflicts (#3251) 2022-10-11 15:41:47 -04:00
manual_reader_test.go Remove unnecessary build restrictions for go1.18 (#3197) 2022-09-21 10:00:00 -07:00
manual_reader.go Remove unnecessary build restrictions for go1.18 (#3197) 2022-09-21 10:00:00 -07:00
meter_test.go Replace meterRegistry with cache (#3255) 2022-10-12 12:54:51 -07:00
meter.go Replace meterRegistry with cache (#3255) 2022-10-12 12:54:51 -07:00
periodic_reader_test.go Flush pending telemetry when ForceFlush or Shutdown are called on a PeriodicReader (#3220) 2022-09-27 08:05:41 -07:00
periodic_reader.go Flush pending telemetry when ForceFlush or Shutdown are called on a PeriodicReader (#3220) 2022-09-27 08:05:41 -07:00
pipeline_registry_test.go Fix Asynchronous Counters Recording (#3350) 2022-10-19 10:35:13 -07:00
pipeline_test.go Handle duplicate Aggregators and log instrument conflicts (#3251) 2022-10-11 15:41:47 -04:00
pipeline.go Fix Asynchronous Counters Recording (#3350) 2022-10-19 10:35:13 -07:00
provider_test.go Remove unnecessary build restrictions for go1.18 (#3197) 2022-09-21 10:00:00 -07:00
provider.go Replace meterRegistry with cache (#3255) 2022-10-12 12:54:51 -07:00
reader_test.go Remove unnecessary build restrictions for go1.18 (#3197) 2022-09-21 10:00:00 -07:00
reader.go Update bucket default bounds (#3222) 2022-10-04 15:41:18 -07:00