From 8b8146b4630acbb221d4322728799727ace4fb27 Mon Sep 17 00:00:00 2001 From: Kristen Kozak Date: Fri, 28 Sep 2018 11:05:39 -0700 Subject: [PATCH] Add TODO for adding parent span ID. --- trace/LogCorrelation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trace/LogCorrelation.md b/trace/LogCorrelation.md index 7c31ecb..22920ce 100644 --- a/trace/LogCorrelation.md +++ b/trace/LogCorrelation.md @@ -34,6 +34,8 @@ The span ID of the current span. See [Span.md#spanid](Span.md#spanid). The sampling bit of the current span, as a boolean. See [Span.md#supported-bits](Span.md#supported-bits). +TODO(sebright): Consider adding parent span ID, to allow recreating the trace structure from logs. + ## String format for tracing data The logging framework may require the pieces of tracing data to be converted to strings. In that