Skip to content

Commit 69d2ce5

Browse files
authored
Update spec compliance matrix to reflect current JS tracing (open-telemetry#1123)
1 parent 41f773f commit 69d2ce5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

spec-compliance-matrix.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ status of the feature is not known.
1515
|Create TracerProvider | + | + | + | + | + | + | + | + | + | + |
1616
|Get a Tracer | + | + | + | + | + | + | + | + | + | + |
1717
|Safe for concurrent calls | + | + | + | [-](https://github.com/open-telemetry/opentelemetry-python/issues/392) | + | + | + | + | + | + |
18-
|Shutdown | | | | | | | | | | |
18+
|Shutdown | | | + | | | | | | | |
1919
|[Tracing Context Utilities](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#tracing-context-utilities)|
20-
|Get active Span | | | | + | | | | | | |
21-
|Set active Span | | | | + | | | | | | |
20+
|Get active Span | | | + | + | | | | | | |
21+
|Set active Span | | | + | + | | | | | | |
2222
|[Tracer](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#tracer-operations)|
2323
|Create a new Span | + | + | + | + | + | + | + | + | + | + |
2424
|Get active Span | + | + | + | + | + | + | + | + | + | + |
@@ -43,9 +43,9 @@ status of the feature is not known.
4343
|IsRecording becomes false after End | | | | | | | | | | |
4444
|Set status with StatusCode (Unset, Ok, Error) | | | | | | | | | | |
4545
|Safe for concurrent calls | + | + | + | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1157) | + | + | + | + | + | + |
46-
|events collection size limit | | | | | | | | | | |
47-
|attribute collection size limit | | | | | | | | | | |
48-
|links collection size limit | | | | | | | | | | |
46+
|events collection size limit | | | + | | | | | | | |
47+
|attribute collection size limit | | | + | | | | | | | |
48+
|links collection size limit | | | + | | | | | | | |
4949
|[Span attributes](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#set-attributes)|
5050
|SetAttribute | + | + | + | + | + | + | + | + | + | + |
5151
|Set order preserved | + | - | + | + | + | + | + | + | + | + |
@@ -74,8 +74,8 @@ status of the feature is not known.
7474

7575
|Feature |Go|Java|JS |Python|Ruby|Erlang|PHP|Rust|C++|.Net|
7676
|----------------------------------------------|--|----|---|------|----|------|---|----|---|----|
77-
|Basic support | | | | | | | | | | |
78-
|Use official header name `baggage` | | | | + | | | | | | |
77+
|Basic support | | | + | | | | | | | |
78+
|Use official header name `baggage` | | | + | + | | | | | | |
7979

8080
## Metrics
8181

@@ -108,10 +108,10 @@ status of the feature is not known.
108108
|B3 Propagator | | + | + | + | | | | | | |
109109
|Jaeger Propagator | | - | + | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1103) | | | | | | |
110110
|[TextMapPropagator](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/context/api-propagators.md#textmap-propagator)|
111-
|Fields | | + | | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1104) | | | | | | |
111+
|Fields | | + | [-](https://github.com/open-telemetry/opentelemetry-js/pull/1615) | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1104) | | | | | | |
112112
|Setter argument | | + | + | + | | | | | | |
113113
|Getter argument | | + | + | + | | | | | | |
114-
|Getter argument returning Keys | | - | | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1084) | | | | | | |
114+
|Getter argument returning Keys | | - | + | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1084) | | | | | | |
115115

116116
## Environment Variables
117117

0 commit comments

Comments
 (0)