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

Update spec-compliance-matrix Zipkin section for Go #1600

Merged
merged 5 commits into from
Apr 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,19 +163,19 @@ Note: Support for environment variables is optional.
| Honors throttling response | X | [-](https://github.com/open-telemetry/opentelemetry-go/issues/1632) | | - | + | + | - | | | | - | - |
| Multi-destination spec compliance | X | + | | | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1109) | | - | | | | - | - |
| [Zipkin](specification/trace/sdk_exporters/zipkin.md) | | | | | | | | | | | | |
| Zipkin V1 JSON | X | | + | | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1173) | - | - | - | - | | - | - |
| Zipkin V1 Thrift | X | | + | | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1174) | - | - | - | - | | - | - |
| Zipkin V1 JSON | X | - | + | | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1173) | - | - | - | - | | - | - |
| Zipkin V1 Thrift | X | - | + | | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1174) | - | - | - | - | | - | - |
| Zipkin V2 JSON | * | + | + | | + | + | - | + | + | + | + | + |
| Zipkin V2 Protobuf | * | | + | | + | - | + | | - | | - | - |
| Service name mapping | | + | + | + | + | + | + | + | + | | + | + |
| Zipkin V2 Protobuf | * | - | + | | + | - | + | | - | | - | - |
| Service name mapping | | [-](https://github.com/open-telemetry/opentelemetry-go/issues/1777) | + | + | + | + | + | + | + | | + | + |
| SpanKind mapping | | + | + | + | + | + | + | + | + | | + | + |
| InstrumentationLibrary mapping | | | + | - | + | + | - | - | + | | + | + |
| InstrumentationLibrary mapping | | + | + | - | + | + | - | - | + | | + | + |
| Boolean attributes | | + | + | + | + | + | + | + | + | | + | + |
| Array attributes | | + | + | + | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1110) | + | + | + | + | | + | + |
| Status mapping | | + | + | + | + | + | + | + | + | | + | + |
| Error Status mapping | | | + | | | + | | | | | + | - |
| Error Status mapping | | + | + | | | + | | | | | + | - |
| Event attributes mapping to Annotations | | + | + | + | + | + | + | + | + | | + | + |
| Integer microseconds in timestamps | | | + | | + | + | | | | | + | + |
| Integer microseconds in timestamps | | N/A| + | | + | + | | | | | + | + |
| [Jaeger](specification/trace/sdk_exporters/jaeger.md) | | | | | | | | | | | | |
| Jaeger Thrift over UDP | * | + | | | + | + | | | | | + | + |
| Jaeger Protobuf via gRPC | * | - | + | | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1437) | - | | | | | - | - |
Expand Down