Skip to content

Commit dfa9f8a

Browse files
author
liudmila molkova
committed
Deprecate zipkin exporter
1 parent c77fd07 commit dfa9f8a

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

spec-compliance-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 | | + | + | - | + | + | - | + | + | + | + | + |

spec-compliance-matrix/template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

specification/trace/sdk_exporters/zipkin.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

916
This document defines the transformation between OpenTelemetry and Zipkin Spans.
1017
The generic transformation [rules specified here](../../common/mapping-to-non-otlp.md) also apply. If a

0 commit comments

Comments
 (0)