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
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
..
internal Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
otlpmetricgrpc Rename all test funcs that mix camel and snake (#2788) 2022-04-15 08:47:09 -07:00
otlpmetrichttp Bump github.com/cenkalti/backoff/v4 from 4.1.2 to 4.1.3 in /exporters/otlp/internal/retry (#2780) 2022-04-14 09:13:05 -07:00
clients.go change UploadMetrics signature from slice to single Resource (#2491) 2022-01-04 10:14:03 -08:00
exporter_test.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
exporter.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
go.mod Release prep for metric/v0.29.0 (#2782) 2022-04-11 19:46:26 -04:00
go.sum Bump github.com/cenkalti/backoff/v4 from 4.1.2 to 4.1.3 in /exporters/otlp/internal/retry (#2780) 2022-04-14 09:13:05 -07:00
options.go Change Options to accept type not pointer (#2558) 2022-02-01 15:51:23 -06:00