From 5888d491d5fe9f5ec710aaad5a3e1b4692898935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neum=C3=BCller?= Date: Fri, 9 Oct 2020 10:59:34 +0200 Subject: [PATCH 1/3] Update compliance matrix for #510. --- spec-compliance-matrix.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec-compliance-matrix.md b/spec-compliance-matrix.md index e5e2be8d8dd..1dfaf3f2f66 100644 --- a/spec-compliance-matrix.md +++ b/spec-compliance-matrix.md @@ -31,8 +31,7 @@ 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 | | | | | | | | | | | |UpdateName | + | + | + | + | + | + | + | + | - | + | |User-defined start timestamp | + | + | + | + | + | + | + | + | + | + | |End | + | + | + | + | + | + | + | + | + | + | From 00bafd21ef15d849acd532efd90fe15e2b43af89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neum=C3=BCller?= Date: Fri, 9 Oct 2020 17:16:22 +0200 Subject: [PATCH 2/3] Java implemented this already. --- spec-compliance-matrix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec-compliance-matrix.md b/spec-compliance-matrix.md index 1dfaf3f2f66..9c096ad6c22 100644 --- a/spec-compliance-matrix.md +++ b/spec-compliance-matrix.md @@ -31,7 +31,7 @@ status of the feature is not known. |Create root span | + | + | + | + | + | + | + | + | + | + | |Create with default parent (active span) | + | + | + | + | + | + | + | + | + | + | |Create with parent from Context | + | + | + | + | + | + | + | + | + | + | -|No explicit parent Span/SpanContext allowed | | | | | | | | | | | +|No explicit parent Span/SpanContext allowed | | + | | | | | | | | | |UpdateName | + | + | + | + | + | + | + | + | - | + | |User-defined start timestamp | + | + | + | + | + | + | + | + | + | + | |End | + | + | + | + | + | + | + | + | + | + | From c0c6005bf6f3e1fee201b263f319682ab5e1299e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neum=C3=BCller?= Date: Mon, 12 Oct 2020 17:42:42 +0200 Subject: [PATCH 3/3] Add: SpanProcessor.OnStart receives parent Context --- spec-compliance-matrix.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spec-compliance-matrix.md b/spec-compliance-matrix.md index 9c096ad6c22..ba72e6e8a6c 100644 --- a/spec-compliance-matrix.md +++ b/spec-compliance-matrix.md @@ -32,6 +32,7 @@ status of the feature is not known. |Create with default parent (active span) | + | + | + | + | + | + | + | + | + | + | |Create with parent from Context | + | + | + | + | + | + | + | + | + | + | |No explicit parent Span/SpanContext allowed | | + | | | | | | | | | +|SpanProcessor.OnStart receives parent Context | | | | | | | | | | | |UpdateName | + | + | + | + | + | + | + | + | - | + | |User-defined start timestamp | + | + | + | + | + | + | + | + | + | + | |End | + | + | + | + | + | + | + | + | + | + |