datadog-apm: deprecate datadog exporter (#900)

This commit is contained in:
Munir Abdinur
2022-03-10 12:22:04 -05:00
committed by GitHub
parent c60a7e46ab
commit 1bf9e0c51f
2 changed files with 8 additions and 2 deletions

View File

@ -22,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `opentelemetry-instrumentation-requests` make span attribute available to samplers
([#931](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/931))
- `opentelemetry-datadog-exporter` add deprecation note to example.
([#900](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/900))
### Fixed
- `opentelemetry-instrumentation-logging` retrieves service name defensively.

View File

@ -1,5 +1,5 @@
OpenTelemetry Datadog Exporter
==============================
OpenTelemetry Datadog Span Exporter
===================================
|pypi|
@ -10,6 +10,9 @@ This library allows to export tracing data to `Datadog
<https://www.datadoghq.com/>`_. OpenTelemetry span event and links are not
supported.
.. warning:: This exporter has been deprecated. To export your OTLP traces from OpenTelemetry SDK directly to Datadog Agent, please refer to `OTLP Ingest in Datadog Agent <https://docs.datadoghq.com/tracing/setup_overview/open_standards/#otlp-ingest-in-datadog-agent>`_ .
Installation
------------