Skip to content

Commit

Permalink
Update spec compliance matrix to reflect current JS tracing (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Oct 22, 2020
1 parent 662baae commit b8b130d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ status of the feature is not known.
|Create TracerProvider | + | + | + | + | + | + | + | + | + | + |
|Get a Tracer | + | + | + | + | + | + | + | + | + | + |
|Safe for concurrent calls | + | + | + | [-](https://github.com/open-telemetry/opentelemetry-python/issues/392) | + | + | + | + | + | + |
|Shutdown | | | | | | | | | | |
|Shutdown | | | + | | | | | | | |
|[Tracing Context Utilities](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#tracing-context-utilities)|
|Get active Span | | | | + | | | | | | |
|Set active Span | | | | + | | | | | | |
|Get active Span | | | + | + | | | | | | |
|Set active Span | | | + | + | | | | | | |
|[Tracer](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#tracer-operations)|
|Create a new Span | + | + | + | + | + | + | + | + | + | + |
|Get active Span | + | + | + | + | + | + | + | + | + | + |
Expand All @@ -43,9 +43,9 @@ status of the feature is not known.
|IsRecording becomes false after End | | | | | | | | | | |
|Set status with StatusCode (Unset, Ok, Error) | | | | | | | | | | |
|Safe for concurrent calls | + | + | + | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1157) | + | + | + | + | + | + |
|events collection size limit | | | | | | | | | | |
|attribute collection size limit | | | | | | | | | | |
|links collection size limit | | | | | | | | | | |
|events collection size limit | | | + | | | | | | | |
|attribute collection size limit | | | + | | | | | | | |
|links collection size limit | | | + | | | | | | | |
|[Span attributes](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#set-attributes)|
|SetAttribute | + | + | + | + | + | + | + | + | + | + |
|Set order preserved | + | - | + | + | + | + | + | + | + | + |
Expand Down Expand Up @@ -74,8 +74,8 @@ status of the feature is not known.

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

## Metrics

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

## Environment Variables

Expand Down

0 comments on commit b8b130d

Please sign in to comment.