diff options
author | 2020-12-11 13:07:25 -0800 | |
---|---|---|
committer | 2020-12-11 21:07:25 +0000 | |
commit | aac422ff0f51de370cff7ecc909beae17e311401 (patch) | |
tree | 6d240d3c5f96a4d41c7f86c043aebb80c14ef801 /plugin | |
parent | 108d26ebea14599fe4acb7dc5e1d2c87a7a01d51 (diff) | |
download | coredns-aac422ff0f51de370cff7ecc909beae17e311401.tar.gz coredns-aac422ff0f51de370cff7ecc909beae17e311401.tar.zst coredns-aac422ff0f51de370cff7ecc909beae17e311401.zip |
Update README.md (#4331)
Automatically submitted.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/trace/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/trace/README.md b/plugin/trace/README.md index 5f9a807be..b6a59fd6c 100644 --- a/plugin/trace/README.md +++ b/plugin/trace/README.md @@ -80,7 +80,7 @@ trace http://tracinghost:9411/zipkin/api/v1/spans Using DataDog: ~~~ -trace datadog localhost:8125 +trace datadog localhost:8126 ~~~ Trace one query every 10000 queries, rename the service, and enable same span: |