Skip to content

Commit

Permalink
datadog-apm: deprecate datadog exporter (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur authored Mar 10, 2022
1 parent c60a7e4 commit 1bf9e0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 5 additions & 2 deletions exporter/opentelemetry-exporter-datadog/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenTelemetry Datadog Exporter
==============================
OpenTelemetry Datadog Span Exporter
===================================

|pypi|

Expand All @@ -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
------------

Expand Down

0 comments on commit 1bf9e0c

Please sign in to comment.