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

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Apr 6, 2021

Fixes open-telemetry/opentelemetry-go#1604

Feature Optional Go
Zipkin V1 JSON X -
Zipkin V1 Thrift X -
Zipkin V2 JSON * +
Zipkin V2 Protobuf * -
Service name mapping -
SpanKind mapping +
InstrumentationLibrary mapping +
Boolean attributes +
Array attributes +
Status mapping +
Error Status mapping +
Event attributes mapping to Annotations +
Integer microseconds in timestamps N/A

For the "Integer microseconds in timestamps" entry, the Go Zipkin model uses time.Time and time.Duration to represent time. Meaning, our mapping (from the same type) is just to pass these types. The specification does not appear applicable here.

@MrAlias MrAlias requested review from a team April 6, 2021 17:43
@MrAlias
Copy link
Contributor Author

MrAlias commented Apr 7, 2021

open-telemetry/opentelemetry-go#1688 has merged, will update PR accordingly.

@carlosalberto
Copy link
Contributor

@MrAlias is it ready to be merged?

@MrAlias
Copy link
Contributor Author

MrAlias commented Apr 12, 2021

@MrAlias is it ready to be merged?

Yes, all set 👍

@carlosalberto carlosalberto merged commit 59bbfb7 into open-telemetry:main Apr 12, 2021
carlosalberto pushed a commit to carlosalberto/opentelemetry-specification that referenced this pull request Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spec Conformance Review: Exporters/Zipkin
4 participants