Skip to content

Commit

Permalink
Add OpenTracing section to the compliance matrix. (#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto authored Nov 24, 2021
1 parent 0bdc9ae commit 43192ed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,20 @@ Note: Support for environment variables is optional.
| Prometheus | | | | | | | | | | | | |
| TBD | | | | | | | | | | | | |

## OpenTracing Compatibility

Languages not covered by the OpenTracing project do not need to be listed here, e.g. Erlang.

| Feature |Go |Java|JS |Python|Ruby|PHP|Rust|C++|.NET|Swift|
|---------------------------------------------------------------------------------------------------------|---|----|---|------|----|---|----|---|----|-----|
| [Create OpenTracing Shim](specification/compatibility/opentracing.md#create-an-opentracing-tracer-shim) | | | | | | | | | | |
| [Tracer](specification/compatibility/opentracing.md#tracer-shim) | | | | | | | | | | |
| [Span](specification/compatibility/opentracing.md#span-shim) | | | | | | | | | | |
| [SpanContext](specification/compatibility/opentracing.md#spancontext-shim) | | | | | | | | | | |
| [ScopeManager](specification/compatibility/opentracing.md#scopemanager-shim) | | | | | | | | | | |
| Error mapping for attributes/events | | | | | | | | | | |
| Migration to OpenTelemetry guide | | | | | | | | | | |

[py1003]: https://github.com/open-telemetry/opentelemetry-python/issues/1003
[py1059]: https://github.com/open-telemetry/opentelemetry-python/issues/1059
[py1108]: https://github.com/open-telemetry/opentelemetry-python/issues/1108
Expand Down

0 comments on commit 43192ed

Please sign in to comment.