Skip to content

Commit

Permalink
ddtrace/opentracer: mark opentracing as deprecated (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbr committed Jun 9, 2022
1 parent 87a049b commit d57ebc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ddtrace/opentracer/tracer.go
Expand Up @@ -3,6 +3,8 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016 Datadog, Inc.

// Package opentracer is deprecated and support is no longer offered. Please consider using OpenTelemetry or ddtrace/tracer directly.
//
// Package opentracer provides a wrapper on top of the Datadog tracer that can be used with Opentracing.
// It also provides a set of opentracing.StartSpanOption that are specific to Datadog's APM product.
// To use it, simply call "New".
Expand Down

0 comments on commit d57ebc3

Please sign in to comment.