Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ release.
- Add initial OpenTracing compatibility section.
([#1101](https://github.com/open-telemetry/opentelemetry-specification/pull/1101))

### Compliance

- Update Jaeger Exporter service name mapping to be supported in Go. ([#TBD])

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe we've added CHANGELOG entries for spec compliance matrix updates. This probably isn't needed.


## v1.1.0 (2021-03-11)

### Traces
Expand Down
2 changes: 1 addition & 1 deletion spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Note: Support for environment variables is optional.
| 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-go/issues/1762) | + | | + | + | | | | | + | + |
| Service name mapping | | + | + | | + | + | | | | | + | + |
| Resource to Process mapping | | + | + | | [-](https://github.com/open-telemetry/opentelemetry-python/issues/1436) | + | | | | | + | - |
| InstrumentationLibrary mapping | | + | + | | + | + | | | | | + | - |
| Status mapping | | + | + | | | + | | | | | + | + |
Expand Down