diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4d182126e..2842756d490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ New: ([#693](https://github.com/open-telemetry/opentelemetry-specification/pull/693)) - Add semantic conventions for outgoing Function as a Service (FaaS) invocations ([#862](https://github.com/open-telemetry/opentelemetry-specification/pull/862)) +- Add resource semantic convention for deployment environment + ([#606](https://github.com/open-telemetry/opentelemetry-specification/pull/606/)) - Clarification of the behavior of the Trace API, re: context propagation, in the absence of an installed SDK - Add Span API and semantic conventions for recording exceptions diff --git a/specification/resource/semantic_conventions/README.md b/specification/resource/semantic_conventions/README.md index 6eadcb4cfb6..713592cf6a8 100644 --- a/specification/resource/semantic_conventions/README.md +++ b/specification/resource/semantic_conventions/README.md @@ -102,7 +102,7 @@ Attributes defining a running environment (e.g. Operating System, Cloud, Data Ce - [Operating System](./os.md) - [Cloud](./cloud.md) - Deployment: - - [Environment](./deployment_environment.md) + - [Deployment Environment](./deployment_environment.md) - [Kubernetes](./k8s.md) ## Version attributes