mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-03-03 14:52:56 +02:00
* Rename resource pkg label vars and methods The former `labels` package is now named `attributes` to conform with the specification requirement. This removes the lingering `label` term from the `resource` package. Resolve https://github.com/open-telemetry/opentelemetry-go/issues/1691 * Update PR number in CHANGELOG * Propagate rename to the prometheus exporter pkg