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
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
..
aggregator Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
controller Fix for delayed global registration (#2784) 2022-04-13 19:49:06 -05:00
export Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
metrictest Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
number [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
processor Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
registry [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
sdkapi Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
selector/simple [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
alignment_test.go Deprecate and add warning to remove AtomicFieldOffsets, unnecessary public func (#2445) 2021-12-15 08:01:14 -08:00
atomicfields.go Deprecate and add warning to remove AtomicFieldOffsets, unnecessary public func (#2445) 2021-12-15 08:01:14 -08:00
benchmark_test.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
correct_test.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
doc.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
go.mod Release prep for metric/v0.29.0 (#2782) 2022-04-11 19:46:26 -04:00
go.sum Update versions of dependences (#2710) 2022-03-21 11:05:16 -04:00
histogram_stress_test.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
refcount_mapped.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
sdk.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00