You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
34c8fa5592
We're entitled to keep providing security and bug fixes until december 2026, but letting users now as soon as possible makes migrations easier. --------- Co-authored-by: Robert Pająk <pellared@hotmail.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
11 lines
464 B
Go
11 lines
464 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package zipkin contains an OpenTelemetry tracing exporter for Zipkin.
|
|
//
|
|
// Deprecated: The zipkin exporter is deprecated and will be removed in early 2027.
|
|
// See the blog post "[Deprecating Zipkin Exporter]".
|
|
//
|
|
// [Deprecating Zipkin Exporter]: https://opentelemetry.io/blog/2025/deprecating-zipkin-exporters/
|
|
package zipkin // import "go.opentelemetry.io/otel/exporters/zipkin"
|