From ae1f130f9495aec887623d8d1ff05b5e7471259f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neum=C3=BCller?= Date: Tue, 13 Oct 2020 11:59:35 +0200 Subject: [PATCH] Update compliance matrix for removal of SpanContext or Span as parent (#510) (#1079) * Update compliance matrix for #510. * Java implemented this already. * Add: SpanProcessor.OnStart receives parent Context --- spec-compliance-matrix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec-compliance-matrix.md b/spec-compliance-matrix.md index 9211275e68a..ba61b61d870 100644 --- a/spec-compliance-matrix.md +++ b/spec-compliance-matrix.md @@ -31,8 +31,8 @@ status of the feature is not known. |Create root span | + | + | + | + | + | + | + | + | + | + | |Create with default parent (active span) | + | + | + | + | + | + | + | + | + | + | |Create with parent from Context | + | + | + | + | + | + | + | + | + | + | -|Create with explicit parent Span | + | + | + | + | + | + | + | - | + | + | -|Create with explicit parent SpanContext | - | + | + | + | + | + | | - | + | + | +|No explicit parent Span/SpanContext allowed | | + | | | | | | | | | +|SpanProcessor.OnStart receives parent Context | | | | | | | | | | | |UpdateName | + | + | + | + | + | + | + | + | - | + | |User-defined start timestamp | + | + | + | + | + | + | + | + | + | + | |End | + | + | + | + | + | + | + | + | + | + |