Skip to content

Commit

Permalink
Merge branch 'cijothomas/doc-move' of https://github.com/cijothomas/o…
Browse files Browse the repository at this point in the history
…pentelemetry-dotnet into cijothomas/doc-move
  • Loading branch information
cijothomas committed Oct 21, 2022
2 parents cb533be + 6e5b44a commit f32293f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/trace/customizing-the-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ 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
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
Expand Down

0 comments on commit f32293f

Please sign in to comment.