From a55edf7f34f3e4123b1c63d7ef28fb32fbfcf7a2 Mon Sep 17 00:00:00 2001 From: Kristen Kozak Date: Sun, 30 Sep 2018 16:30:32 -0700 Subject: [PATCH] Add TODO for adding fields from the Tracestate. --- trace/LogCorrelation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trace/LogCorrelation.md b/trace/LogCorrelation.md index 5312a39..0535ecb 100644 --- a/trace/LogCorrelation.md +++ b/trace/LogCorrelation.md @@ -36,6 +36,9 @@ The sampling bit of the current span, as a boolean. See TODO(sebright): Include "samplingScore" once that field is added to the SpanContext. +TODO(sebright): Add a section on fields from the Tracestate. Users should be able to add +vendor-specific fields from the Tracestate to logs, using a callback mechanism. + TODO(sebright): Consider adding parent span ID, to allow recreating the trace structure from logs. ## String format for tracing data