Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenTracing section to the compliance matrix. #2046

Merged
30 changes: 30 additions & 0 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,36 @@ 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 | | | | | | | | | | |
| Create OpenTracing Shim with custom propagators | | | | | | | | | | |
carlosalberto marked this conversation as resolved.
Show resolved Hide resolved
| [Tracer](specification/compatibility/opentracing.md#tracer-shim) | | | | | | | | | | |
| Inject SpanContext | | | | | | | | | | |
| Extract SpanContext | | | | | | | | | | |
| [Span](specification/compatibility/opentracing.md#span-shim) | | | | | | | | | | |
| Get Context | | | | | | | | | | |
| Get Baggage Item | | | | | | | | | | |
| Set Baggage Item | | | | | | | | | | |
| SetTag | | | | | | | | | | |
| SetTag with error mapping | | | | | | | | | | |
carlosalberto marked this conversation as resolved.
Show resolved Hide resolved
| Log | | | | | | | | | | |
| Log with error mapping | | | | | | | | | | |
| Log with explicit timestamp | | | | | | | | | | |
| Finish | | | | | | | | | | |
| Finish with explicit timestamp | | | | | | | | | | |
| SpanContext changes visible among execution units | | | | | | | | | | |
| [ScopeManager](specification/compatibility/opentracing.md#scopemanager-shim) | | | | | | | | | | |
| Activate Span | | | | | | | | | | |
| Activate Span storing Baggage in Context | | | | | | | | | | |
| Activate Span storing Shim Obj in Context | | | | | | | | | | |
| GetActive Span | | | | | | | | | | |
| GetActive Span fetching Shim Obj in Context | | | | | | | | | | |

[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