Skip to content

Commit

Permalink
Fix link on Auto Resource Detection OTEP (open-telemetry#140)
Browse files Browse the repository at this point in the history
This link was broken on a repo restructuring. The name of the spec was also changed from Correlation-Context to Baggage (see w3c/baggage#27)
  • Loading branch information
mx-psi authored Nov 2, 2020
1 parent 5c63e93 commit f36f6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oteps/0111-auto-resource-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A default implementation of a detector that reads resource data from the
`OTEL_RESOURCE` environment variable will be included in the SDK. The
environment variable will contain of a list of key value pairs, and these are
expected to be represented in a format similar to the [W3C
Correlation-Context](https://github.com/w3c/correlation-context/blob/master/correlation_context/HTTP_HEADER_FORMAT.md#header-value),
Baggage](https://github.com/w3c/baggage/blob/master/baggage/HTTP_HEADER_FORMAT.md#header-content),
except that additional semi-colon delimited metadata is not supported, i.e.:
`key1=value1,key2=value2`. If the user does not specify any resource, this
detector will be run by default.
Expand Down

0 comments on commit f36f6d7

Please sign in to comment.