diff --git a/specification/trace/sdk_exporters/zipkin.md b/specification/trace/sdk_exporters/zipkin.md index e09826d9805..1f33bb56be4 100644 --- a/specification/trace/sdk_exporters/zipkin.md +++ b/specification/trace/sdk_exporters/zipkin.md @@ -77,7 +77,16 @@ Zipkin. | `SpanKind.SERVER`|`SpanKind.SERVER`|| | `SpanKind.CONSUMER`|`SpanKind.CONSUMER`|| | `SpanKind.PRODUCER`|`SpanKind.PRODUCER` || -|`SpanKind.INTERNAL`|`null` |must be omitted (set to `null`)| +| `SpanKind.INTERNAL`|`null` |must be omitted (set to `null`)| + +### InstrumentationLibrary + +OpenTelemetry Span's `InstrumentationLibrary` MUST be reported as `tags` to Zipkin using the following mapping. + +| OpenTelemetry | Zipkin +| ------------- | ------ | +| `InstrumentationLibrary.name`|`otel.instrumentation_library.name`| +| `InstrumentationLibrary.version`|`otel.instrumentation_library.version`| ### Attribute