-
Notifications
You must be signed in to change notification settings - Fork 897
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
Zipkin exporter mappings #220
Labels
area:sdk
Related to the SDK
area:semantic-conventions
Related to semantic conventions
spec:trace
Related to the specification/trace directory
Milestone
Comments
This was referenced Aug 18, 2019
@hekike do you think you can work on your PR this week? Do you need help? |
This will close with #380. |
Moving this to the next milestone. |
bogdandrutu
added
area:sdk
Related to the SDK
area:semantic-conventions
Related to semantic conventions
labels
Jun 30, 2020
Closing, as #380 is closed |
TuckTuckFloof
pushed a commit
to TuckTuckFloof/opentelemetry-specification
that referenced
this issue
Oct 15, 2020
carlosalberto
pushed a commit
to carlosalberto/opentelemetry-specification
that referenced
this issue
Oct 21, 2024
This OTEP aims at defining consistent conventions about what spans to create for messaging scenarios, and at defining how those spans relate to each other. Instrumentors should be able to rely on a consistent set of conventions, as opposed to deducing conventions from a set of examples. This was split from OTEP open-telemetry#192, which became too comprehensive.
carlosalberto
pushed a commit
to carlosalberto/opentelemetry-specification
that referenced
this issue
Oct 23, 2024
This OTEP aims at defining consistent conventions about what spans to create for messaging scenarios, and at defining how those spans relate to each other. Instrumentors should be able to rely on a consistent set of conventions, as opposed to deducing conventions from a set of examples. This was split from OTEP open-telemetry#192, which became too comprehensive.
carlosalberto
pushed a commit
to carlosalberto/opentelemetry-specification
that referenced
this issue
Oct 31, 2024
This OTEP aims at defining consistent conventions about what spans to create for messaging scenarios, and at defining how those spans relate to each other. Instrumentors should be able to rely on a consistent set of conventions, as opposed to deducing conventions from a set of examples. This was split from OTEP open-telemetry#192, which became too comprehensive.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:sdk
Related to the SDK
area:semantic-conventions
Related to semantic conventions
spec:trace
Related to the specification/trace directory
While working on the
opentelemetry-javascript
Zipkin exporter, I run into a couple of questions around expected mapping between OpenTelemetry Span(s) and Zipkin Span(s).Here is the list of things I found:
SpanKind.INTERNAL
doesn't exist in ZipkinStatus
concept doesn't exist in ZipkinEvent
doesn't supportAttribute
(s) in ZipkinRelated PR: open-telemetry/opentelemetry-js#192
I also took an initial stab on a spec proposal: #221
The text was updated successfully, but these errors were encountered: