Skip to content

Commit 18c8667

Browse files
AlphadashDavid Bouchare
authored andcommitted
Replace non-ASCII apostrophe (DataDog#392)
In some environments, a non-ASCII character causes a failure when pip installing datadog. I could not replicate on my local OSX machine, but I have a Docker image based on Alpine Linux that fails reliably with the character in the README.
1 parent 22febba commit 18c8667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Thread Safety
9595
Origin detection over UDP
9696
-------------
9797
Origin detection is a method to detect which pod `DogStatsD` packets are coming from in order to add the pod's tags to the tag list.
98-
The `DogStatsD` client attaches an internal tag, `entity_id`. The value of this tag is the content of the `DD_ENTITY_ID` environment variable if found, which is the pods UID.
98+
The `DogStatsD` client attaches an internal tag, `entity_id`. The value of this tag is the content of the `DD_ENTITY_ID` environment variable if found, which is the pod's UID.
9999
This tag will be used by the Datadog Agent to insert container tags to the metrics. You should only `append` to the `constant_tags` list to avoid overwriting this global tag.
100100

101101
To enable origin detection over UDP, add the following lines to your application manifest

0 commit comments

Comments
 (0)