1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/sdk/resource
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
..
auto_test.go Add semconv/v1.8.0 (#2763) 2022-04-16 01:58:24 -04:00
auto.go Interface stability documentation (#2012) 2021-06-18 07:56:11 -07:00
benchmark_test.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00
builtin_test.go Add Schema URL support to Resource (#1938) 2021-06-08 09:46:42 -07:00
builtin.go Add semconv/v1.8.0 (#2763) 2022-04-16 01:58:24 -04:00
config.go Document Resource options that potentially leak secrets (#2727) 2022-03-28 07:35:09 -07:00
container_test.go Add container id support to Resource (#2418) 2022-03-03 12:13:31 -05:00
container.go Add semconv/v1.8.0 (#2763) 2022-04-16 01:58:24 -04:00
doc.go Prerelease v1.0.0 (#2250) 2021-09-20 13:02:46 -07:00
env_test.go Add semconv/v1.8.0 (#2763) 2022-04-16 01:58:24 -04:00
env.go Add semconv/v1.8.0 (#2763) 2022-04-16 01:58:24 -04:00
export_common_unix_test.go Add go-1.17-compatible build directives. (#2263) 2021-09-28 09:08:14 -07:00
export_os_release_darwin_test.go OS description attribute detector (#1840) 2021-07-08 13:35:27 -07:00
export_test.go Add container id support to Resource (#2418) 2022-03-03 12:13:31 -05:00
export_unix_test.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
export_windows_test.go OS description attribute detector (#1840) 2021-07-08 13:35:27 -07:00
os_release_darwin_test.go OS description attribute detector (#1840) 2021-07-08 13:35:27 -07:00
os_release_darwin.go OS description attribute detector (#1840) 2021-07-08 13:35:27 -07:00
os_release_unix_test.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
os_release_unix.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
os_test.go Add semconv/v1.8.0 (#2763) 2022-04-16 01:58:24 -04:00
os_unix_test.go Fix imports in all files except generated files in jaeger exporter (#2383) 2021-11-13 08:35:04 -08:00
os_unix.go Add go-1.17-compatible build directives. (#2263) 2021-09-28 09:08:14 -07:00
os_unsupported.go OS description attribute detector (#1840) 2021-07-08 13:35:27 -07:00
os_windows_test.go OS description attribute detector (#1840) 2021-07-08 13:35:27 -07:00
os_windows.go OS description attribute detector (#1840) 2021-07-08 13:35:27 -07:00
os.go Add semconv/v1.8.0 (#2763) 2022-04-16 01:58:24 -04:00
process_test.go Add container id support to Resource (#2418) 2022-03-03 12:13:31 -05:00
process.go Add semconv/v1.8.0 (#2763) 2022-04-16 01:58:24 -04:00
resource_test.go Add semconv/v1.8.0 (#2763) 2022-04-16 01:58:24 -04:00
resource.go Replace use of old term label with attribute (#2790) 2022-04-18 07:31:31 -07:00