Skip to content

Commit c2a913b

Browse files
lmolkovaliudmila molkova
authored andcommitted
clean up and lint
1 parent f81bd0c commit c2a913b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

specification/trace/sdk_exporters/zipkin.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ linkTitle: Zipkin
66

77
**Status**: [Deprecated](../../document-status.md)
88

9-
Zipkin exporter support will be removed from OpenTelemetry in Jan 2027.
9+
Zipkin exporter support will be removed from OpenTelemetry specification in Jan 2027.
1010

1111
_Note: This document remains here for backwards compatibility and
1212
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)_
13+
but Zipkin exporter is not required.
14+
15+
Users may export to Zipkin using [zipkin exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/zipkinexporter) collector component or [zipkin-otel](https://github.com/openzipkin-contrib/zipkin-otel)
16+
Zipkin server module_
1517

1618
This document defines the transformation between OpenTelemetry and Zipkin Spans.
1719
The generic transformation [rules specified here](../../common/mapping-to-non-otlp.md) also apply. If a
@@ -76,7 +78,7 @@ not work properly. OpenTelemetry doesn't provide this consistency guarantee.
7678
Exporter may chose to override the value for service name based on a local root
7779
span to improve Zipkin user experience.
7880

79-
*Note*, the attribute `service.namespace` MUST NOT be used for the Zipkin
81+
_Note_, the attribute `service.namespace` MUST NOT be used for the Zipkin
8082
service name and should be sent as a Zipkin tag.
8183

8284
### SpanKind

0 commit comments

Comments
 (0)