File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
specification/trace/sdk_exporters Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -334,8 +334,8 @@ Disclaimer: Declarative configuration is currently in Development status - work
334334| ** [ Zipkin] ( specification/trace/sdk_exporters/zipkin.md ) ** | Optional | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
335335| Zipkin V1 JSON | X | - | + | | + | - | - | - | - | - | - | - |
336336| Zipkin V1 Thrift | X | - | + | | [ -] [ py1174 ] | - | - | - | - | - | - | - |
337- | Zipkin V2 JSON | * | + | + | | + | + | - | + | + | + | + | + |
338- | Zipkin V2 Protobuf | * | - | + | | + | - | + | - | - | - | - | - |
337+ | Zipkin V2 JSON | X | + | + | | + | + | - | + | + | + | + | + |
338+ | Zipkin V2 Protobuf | X | - | + | | + | - | + | - | - | - | - | - |
339339| Service name mapping | | + | + | + | + | + | + | + | + | + | + | + |
340340| SpanKind mapping | | + | + | + | + | + | + | + | + | + | + | + |
341341| InstrumentationLibrary mapping | | + | + | - | + | + | - | + | + | + | + | + |
Original file line number Diff line number Diff line change @@ -375,9 +375,9 @@ sections:
375375 - name : Zipkin V1 Thrift
376376 optional : true
377377 - name : Zipkin V2 JSON
378- optional_one_of_group_is_required : true
378+ optional : true
379379 - name : Zipkin V2 Protobuf
380- optional_one_of_group_is_required : true
380+ optional : true
381381 - name : Service name mapping
382382 - name : SpanKind mapping
383383 - name : InstrumentationLibrary mapping
Original file line number Diff line number Diff line change @@ -4,7 +4,14 @@ linkTitle: Zipkin
44
55# OpenTelemetry to Zipkin Transformation
66
7- ** Status** : [ Stable] ( ../../document-status.md )
7+ ** Status** : [ Deprecated] ( ../../document-status.md )
8+
9+ Zipkin exporter support will be removed from OpenTelemetry in Jan 2027.
10+
11+ _ Note: This document remains here for backwards compatibility and
12+ will be removed in a future version. SDKs MAY include Zipkin exporters,
13+ but Zipkin export is not required.
14+ Users may export to Zipkin using [ zipkin-otel] ( https://github.com/openzipkin-contrib/zipkin-otel ) _
815
916This document defines the transformation between OpenTelemetry and Zipkin Spans.
1017The generic transformation [ rules specified here] ( ../../common/mapping-to-non-otlp.md ) also apply. If a
You can’t perform that action at this time.
0 commit comments