1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/prometheus
Tyler Yahn 3904523917
Flatten sdk/metric/aggregation into sdk/metric (#4435)
* Deprecate the aggregation pkg

* Decouple the internal/aggregate from aggregation pkg

* Add Aggregation to the metric pkg

* Do not use sdk/metric/aggregation in stdoutmetric exporter

* Update all generated templates

* Update prom exporter

* Fix view example

* Add changes to changelog

* Update CHANGELOG.md

Co-authored-by: Robert Pająk <pellared@hotmail.com>

* Rename Sum to AggregationSum

* Fix comments

* Centralize validation of aggregation in pipeline

* Remove validation of agg in manual_reader selector opt

* Fix merge

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
2023-08-14 08:15:15 -07:00
..
testdata Expand the set of units supported by the prometheus exporter (#4374) 2023-08-02 08:34:28 +02:00
benchmark_test.go Remove metric instrument provider API (#3530) 2023-01-03 10:34:10 -08:00
config_test.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
config.go Add WithoutCounterSuffixes option in go.opentelemetry.io/otel/exporters/prometheus to disable addition of _total suffixes (#4306) 2023-07-14 17:52:35 +02:00
doc.go Merge metric SDK development branch "new_sdk/main" into "main" (#3175) 2022-09-15 18:41:24 -07:00
exporter_test.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
exporter.go do not append _total if the metric already ends in _total (#4373) 2023-08-07 10:12:57 -07:00
go.mod dependabot updates Sun Aug 6 09:27:21 UTC 2023 (#4416) 2023-08-06 11:37:32 +02:00
go.sum dependabot updates Sun Aug 6 09:27:21 UTC 2023 (#4416) 2023-08-06 11:37:32 +02:00