1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-16 10:19:23 +02:00
opentelemetry-go/exporters/otlp/otlpmetric/internal/metrictransform
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
..
attribute_test.go Deprecate Array attribute in favor of *Slice types (#2162) 2021-08-12 08:05:42 -07:00
attribute.go Fix imports in all files except generated files in jaeger exporter (#2383) 2021-11-13 08:35:04 -08:00
metric_test.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
metric.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
resource_test.go Unify the OTLP attribute transform (#2170) 2021-08-11 11:30:05 -07:00
resource.go Fix imports in all files except generated files in jaeger exporter (#2383) 2021-11-13 08:35:04 -08:00