-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Writing traces from current @opentelemetry/exporter-collector fails with "cannot unmarshal ID from string" #1899
Comments
I think this is because @tigrannajaryan changed the specs and implementation to use hex for IDs instead of base64 |
@tmc Collector now expects Trace ID and Span ID to be hex-encoded as it is defined in the spec: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/protocol/otlp.md#request Closing this issue since the behavior is as expected. |
Why was this change made? it seems like a departure from the protobuf json representation standard. |
Can we make the unmarshalling in the collector accept either? |
* Document functional options * Update CONTRIBUTING.md Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.7.0...0.7.1) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
See open-telemetry/opentelemetry-js#1568
The payloads that the exporter are sending look like:
And the collector currently responds with:
The text was updated successfully, but these errors were encountered: