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

Mark legacy exporter features in spec compliance optional. SDKs are free to su… #1359

Merged
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ New:

Updates:

- Remove Jaeger Thrift HTTP exporter from compliance matrix([#1359](https://github.com/open-telemetry/opentelemetry-specification/pull/1359))
SDKs are free to provide support for it if they'd like.
- Versioning and stability guarantees for OpenTelemetry clients([#1291](https://github.com/open-telemetry/opentelemetry-specification/pull/1291))
- Additional Cassandra semantic attributes
([#1217](https://github.com/open-telemetry/opentelemetry-specification/pull/1217))
Expand Down
1 change: 0 additions & 1 deletion spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ status of the feature is not known.
|[Jaeger](specification/trace/sdk_exporters/jaeger.md)|
|Jaeger Thrift over UDP | | | | + | + | | | | | + | + |
|Jaeger Protobuf via gRPC | | + | | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1437) | | | | | | - | - |
|Jaeger Thrift over HTTP | | + | | + | + | | | | | - | - |
|Service name mapping | | [-](https://github.com/open-telemetry/opentelemetry-java/issues/2557) | | + | + | | | | | + | + |
|Resource to Process mapping | | + | | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1436) | + | | | | | + | - |
|InstrumentationLibrary mapping | | + | | + | + | | | | | + | - |
Expand Down