Skip to content

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

Merged
carlosalberto merged 5 commits intoopen-telemetry:mainfrom
MrAlias:scm-zipkin
Apr 12, 2021
Merged

Update spec-compliance-matrix Zipkin section for Go#1600
carlosalberto merged 5 commits intoopen-telemetry:mainfrom
MrAlias:scm-zipkin

Conversation

@MrAlias
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

MrAlias commented Apr 7, 2021

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

@carlosalberto
Copy link
Copy Markdown
Contributor

@MrAlias is it ready to be merged?

@MrAlias
Copy link
Copy Markdown
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