From 9745ac3585a40b2ca66cb1f79e3a260542daf602 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Thu, 20 Oct 2022 19:38:28 -0400 Subject: [PATCH 1/2] Update docs/trace/customizing-the-sdk/README.md Co-authored-by: Vishwesh Bankwar --- docs/trace/customizing-the-sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/trace/customizing-the-sdk/README.md b/docs/trace/customizing-the-sdk/README.md index 07ad1f0d4b0..98932eb6dd8 100644 --- a/docs/trace/customizing-the-sdk/README.md +++ b/docs/trace/customizing-the-sdk/README.md @@ -203,7 +203,7 @@ logging, by supporting `Activity` and `LogRecord` respectively.* is the immutable representation of the entity producing the telemetry. If no `Resource` is explicitly configured, the [default](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/README.md#semantic-attributes-with-sdk-provided-default-value) -is to use a resource indicating this +resource is used to indicate the [Service](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/README.md#service). The `ConfigureResource` method on `TracerProviderBuilder` can be used to set a configure the resource on the provider. When the provider is built, it From 6e5b44a88c58739da11ef4e8e08f0a93fa891e01 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Thu, 20 Oct 2022 19:38:42 -0400 Subject: [PATCH 2/2] Update docs/trace/customizing-the-sdk/README.md Co-authored-by: Vishwesh Bankwar --- docs/trace/customizing-the-sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/trace/customizing-the-sdk/README.md b/docs/trace/customizing-the-sdk/README.md index 98932eb6dd8..e85207c8ea2 100644 --- a/docs/trace/customizing-the-sdk/README.md +++ b/docs/trace/customizing-the-sdk/README.md @@ -205,7 +205,7 @@ is the immutable representation of the entity producing the telemetry. If no [default](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/README.md#semantic-attributes-with-sdk-provided-default-value) resource is used to indicate the [Service](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/README.md#service). -The `ConfigureResource` method on `TracerProviderBuilder` can be used to set a +The `ConfigureResource` method on `TracerProviderBuilder` can be used to configure the resource on the provider. When the provider is built, it automatically builds the final `Resource` from the configured `ResourceBuilder`. There can only be a single `Resource` associated with a