From 7621bbbf8e1d489759b75ccdc0192afe8ce5576f Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Wed, 1 Sep 2021 05:43:02 -0700 Subject: [PATCH] Remove lines on what configuration a user should provide (#120) * Remove lines on what configuration a user should provide These lines are empty of meaning as this specification is not intending them to be the audience and there is no specified action to take for the instrumentation authors to take if values are not provided. * Add changes to changelog --- CHANGELOG.md | 5 +++++ specification/configuration.md | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1ac0d3693..8b54fdf7f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +### Configuration + +- Remove suggestion for end users of instrumentation libraries to provide + configuration. + ## 1.0.0 - 2021-06-01 ### General diff --git a/specification/configuration.md b/specification/configuration.md index a86e5a1f932..74248bc1f3a 100644 --- a/specification/configuration.md +++ b/specification/configuration.md @@ -121,9 +121,6 @@ beyond the OpenTelemetry specification exist. set your service name using the OTEL_RESOURCE_ATTRIBUTES environment variable. E.g. `OTEL_RESOURCE_ATTRIBUTES="service.name="` ``` - - User SHOULD define [`deployment.environment`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/deployment_environment.md#deployment) - resource attribute. - - User SHOULD define [`service.version`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/README.md#service) - `OTEL_PROPAGATORS` - Distribution MUST default to `"tracecontext,baggage"` - Distribution MUST support and document how to switch to `b3multi`