-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Spec Conformance Review: Exporters/Zipkin #1604
Spec Conformance Review: Exporters/Zipkin #1604
Comments
* For each type of exporter, OTLP, Zipkin, and Jaeger, implementing at least one of the supported formats is required. Implementing more than one formats is optional. |
Service name
opentelemetry-go/exporters/trace/zipkin/model.go Lines 43 to 52 in e9aaa04
We set the service name from the resource, but we default to Tracking with #1777
We do not currently do this. It is not a requirement, so not going to add this as a task.
This is not used. |
SpanKind
The underlying type in the Zipkin span model for the span kind is opentelemetry-go/exporters/trace/zipkin/model.go Lines 101 to 119 in e9aaa04
|
InstrumentationLibrary
This is how we report this information: opentelemetry-go/exporters/trace/zipkin/model.go Lines 171 to 176 in e9aaa04
Currently we do not use these opentelemetry-go/exporters/trace/zipkin/model.go Lines 30 to 33 in e9aaa04
But, they are being addressed in #1688 |
OTLP -> Zipkin
Being addressed in #1688 |
Attribute
This is how we map them: opentelemetry-go/exporters/trace/zipkin/model.go Lines 162 to 164 in e9aaa04
The opentelemetry-go/attribute/value.go Lines 177 to 193 in e9aaa04
This is not done, but is being addressed in #1688 |
Status
We do not filter out the
Being addressed in #1688
Not implemented correctly, but being addressed in #1688 |
Events
This is how we map these values: opentelemetry-go/exporters/trace/zipkin/model.go Lines 121 to 150 in e9aaa04
|
Unit of Time
The Go Zipkin model uses |
Request Payload
We do this for events: opentelemetry-go/exporters/trace/zipkin/model.go Lines 122 to 124 in e9aaa04
#1688 will also do this for tags: |
Considerations for Legacy (v1) Format
We do not convert into this format (nor convert from it). |
|
Exporters/Zipkin
section of the Spec Compliance Matrix.The text was updated successfully, but these errors were encountered: