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/aggregator
Tyler Yahn a8ea3dbb46
Replace use of old term label with attribute (#2790)
* Replace use of old term label with attribute

The specification has unified on the term attribute to describe
key-value pairs. There exist still many hold-overs of the use of the
term label. This updates those uses or deprecates exported types and
functions in favor of renamed forms.

* fix infinite recursion

* Remove backticks from attribute set docs

* Remove LabelFilterSelector entirely

* Remove Metadata.Labels instead of deprecate

* Update changelog with public changes

* Revert OC err msg
2022-04-18 07:31:31 -07:00
..
aggregatortest [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
exponential Exponential Histogram mapping functions for public use (#2502) 2022-03-22 12:44:10 -07:00
histogram [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
lastvalue Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
sum [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
aggregator_test.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
aggregator.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00