diff options
Diffstat (limited to 'plugin/trace/README.md')
-rw-r--r-- | plugin/trace/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugin/trace/README.md b/plugin/trace/README.md index b6a59fd6c..d0b955409 100644 --- a/plugin/trace/README.md +++ b/plugin/trace/README.md @@ -93,6 +93,13 @@ trace tracinghost:9411 { } ~~~ +## Metadata + +The trace plugin will publish the following metadata, if the *metadata* +plugin is also enabled: + +* `trace/traceid`: identifier of (zipkin/datadog) trace of processed request + ## See Also See the *debug* plugin for more information about debug logging. |