Skip to content

Commit

Permalink
erlang: update spec matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Feb 17, 2021
1 parent 473f379 commit ca9600b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ status of the feature is not known.
| Safe for concurrent calls | | + | + | + | + | + | + | + | + | + | + | + |
| Shutdown (SDK only required) | | | + | + | + | + | - | | + | + | + | + |
| [Trace / Context interaction](specification/trace/api.md#context-interaction) | | | | | | | | | | | | |
| Get active Span | | | + | + | + | + | N/A | | + | + | + | + |
| Set active Span | | | + | + | + | + | N/A | | + | + | + | + |
| Get active Span | | | + | + | + | + | + | | + | + | + | + |
| Set active Span | | | + | + | + | + | + | | + | + | + | + |
| [Tracer](specification/trace/api.md#tracer-operations) | | | | | | | | | | | | |
| Create a new Span | | + | + | + | + | + | + | + | + | + | + | + |
| Get active Span | | + | + | + | + | + | + | + | + | + | + | + |
Expand Down Expand Up @@ -68,7 +68,7 @@ status of the feature is not known.
| [Sampling](specification/trace/sdk.md#sampling) | | | | | | | | | | | | |
| Allow samplers to modify tracestate | | | + | | + | + | + | | + | | - | + |
| ShouldSample gets full parent Context | | | + | + | + | + | + | | | + | - | + |
| [New Span ID created also for non-recording Spans](specification/trace/sdk.md#sdk-span-creation) | | | | | + | + | | | | | - | + |
| [New Span ID created also for non-recording Spans](specification/trace/sdk.md#sdk-span-creation) | | | | | + | + | + | | | | - | + |
| [IdGenerators](specification/trace/sdk.md#id-generators) | | | | | | + | | | | | | |
| [SpanLimits](specification/trace/sdk.md#span-limits) | X | | | | | + | | | | | | |

Expand All @@ -91,9 +91,9 @@ status of the feature is not known.
|---------------------------------------------------------------------------------------------------------------------------------------------|----------|----|------|----|--------|------|--------|-----|------|-----|------|-------|
| Create from Attributes | | + | + | + | + | + | + | | + | + | + | + |
| Create empty | | + | + | + | + | + | + | | + | + | + | + |
| [Merge (v2)](specification/resource/sdk.md#merge) | | | | | + | + | | | | + | + | |
| [Merge (v2)](specification/resource/sdk.md#merge) | | | | | + | + | + | | | + | + | |
| Retrieve attributes | | + | + | + | + | + | + | | + | + | + | + |
| [Default value](specification/resource/semantic_conventions/README.md#semantic-attributes-with-sdk-provided-default-value) for service.name | | | | | + | + | | | | + | + | |
| [Default value](specification/resource/semantic_conventions/README.md#semantic-attributes-with-sdk-provided-default-value) for service.name | | | | | + | + | + | | | + | + | |

## Context Propagation

Expand Down Expand Up @@ -122,20 +122,20 @@ Note: Support for environment variables is optional.

|Feature |Go |Java|JS |Python|Ruby|Erlang|PHP|Rust|C++|.Net|Swift|
|----------------------------------------------|---|----|---|------|----|------|---|----|---|----|-----|
|OTEL_RESOURCE_ATTRIBUTES | + | + | + | + | + | - | - | + | - | + | - |
|OTEL_LOG_LEVEL | | - | + | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1059) | + | - | - | | - | - | - | |
|OTEL_PROPAGATORS | | + | | + | | - | - | | - | - | - |
|OTEL_BSP_* | | + | | + | + | - | - | + | - | - | - |
|OTEL_RESOURCE_ATTRIBUTES | + | + | + | + | + | + | - | + | - | + | - |
|OTEL_LOG_LEVEL | | - | + | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1059) | + | + | - | | - | - | - | |
|OTEL_PROPAGATORS | | + | | + | | + | - | | - | - | - |
|OTEL_BSP_* | | + | | + | + | + | - | + | - | - | - |
|OTEL_EXPORTER_OTLP_* | | - | | - | + | - | - | | - | - | - |
|OTEL_EXPORTER_JAEGER_* | | + | | + | + | - | - | + | - | - | - |
|OTEL_EXPORTER_ZIPKIN_* | | + | | + | | - | - | | - | - | - |
|OTEL_TRACES_EXPORTER | | | | + | | | | | | | |
|OTEL_TRACES_EXPORTER | | | | + | | + | | | | | |
|OTEL_METRICS_EXPORTER | | + | | + | | | | | | - | - |
|OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT | | | | + | + | | | | | | |
|OTEL_SPAN_EVENT_COUNT_LIMIT | | | | + | + | | | | | | |
|OTEL_SPAN_LINK_COUNT_LIMIT | | | | + | + | | | | | | |
|OTEL_TRACES_SAMPLER | | | | + | + | | | | | | |
|OTEL_TRACES_SAMPLER_ARG | | | | + | + | | | | | | |
|OTEL_TRACES_SAMPLER | | | | + | + | + | | | | | |
|OTEL_TRACES_SAMPLER_ARG | | | | + | + | + | | | | | |

## Exporters

Expand Down

0 comments on commit ca9600b

Please sign in to comment.