1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/attribute
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
..
benchmark_test.go Remove deprecated Array from attribute package (#2235) 2021-09-10 11:51:02 -04:00
doc.go Prerelease v1.0.0 (#2250) 2021-09-20 13:02:46 -07:00
encoder.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
iterator_test.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
iterator.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
key_test.go Rename otel/label -> otel/attribute (#1541) 2021-02-18 12:59:37 -05:00
key.go Remove deprecated Array from attribute package (#2235) 2021-09-10 11:51:02 -04:00
kv_test.go Remove deprecated Array from attribute package (#2235) 2021-09-10 11:51:02 -04:00
kv.go refactor: use Key's Defined method (#2593) 2022-02-10 19:41:34 -05:00
set_test.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
set.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
type_string.go Bump github.com/jcchavezs/porto from 0.2.1 to 0.3.0 in /internal/tools (#2288) 2021-10-15 11:36:56 -07:00
value_test.go Remove deprecated Array from attribute package (#2235) 2021-09-10 11:51:02 -04:00
value.go update wrong doc comment with attribute value (#2476) 2021-12-20 08:10:34 -08:00