1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/sdk/metric/internal
Tyler Yahn a54167d2c9
Remove metric instrument provider API (#3530)
* Remove all InstrumentProvider APIs

* Fix noop impl

* Fix metric/example_test.go

* Update global impl

* Update sdk/metric impl

* Fix examples

* Fix prometheus exporter

* Add changes to changelog

Co-authored-by: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com>
2023-01-03 10:34:10 -08:00
..
aggregator_example_test.go Remove metric instrument provider API (#3530) 2023-01-03 10:34:10 -08:00
aggregator_test.go Handle duplicate Aggregators and log instrument conflicts (#3251) 2022-10-11 15:41:47 -04:00
aggregator.go Handle duplicate Aggregators and log instrument conflicts (#3251) 2022-10-11 15:41:47 -04:00
doc.go Merge metric SDK development branch "new_sdk/main" into "main" (#3175) 2022-09-15 18:41:24 -07:00
filter_test.go Replace view use from sdk/metric/view to sdk/metric (#3461) 2022-11-19 09:05:20 -08:00
filter.go Replace view use from sdk/metric/view to sdk/metric (#3461) 2022-11-19 09:05:20 -08:00
histogram_test.go Do not export aggregations without any data points (#3436) 2022-11-11 07:22:27 -08:00
histogram.go Do not export aggregations without any data points (#3436) 2022-11-11 07:22:27 -08:00
lastvalue_test.go Do not export aggregations without any data points (#3436) 2022-11-11 07:22:27 -08:00
lastvalue.go Do not export aggregations without any data points (#3436) 2022-11-11 07:22:27 -08:00
sum_test.go Do not export aggregations without any data points (#3436) 2022-11-11 07:22:27 -08:00
sum.go Do not export aggregations without any data points (#3436) 2022-11-11 07:22:27 -08:00