This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
What's Changed
Deprecation Notice
Dynatrace supports native OpenTelemetry protocol (OTLP) ingest for traces, metrics and logs.
Therefore, the proprietary Dynatrace OpenTelemetry metrics exporter is deprecated in favor of exporting via OTLP/HTTP.
The exporter is still available but no support, updates, or compatibility with newer OTel versions will be provided.
Please refer to the migration guide for instructions on how to migrate to the OTLP HTTP exporter, as well as reasoning and benefits for this transition.
For an example on how to configure the OTLP exporter in a Python application, check out the Python integration walk-through page in the Dynatrace documentation.
Changelog
- ci: add workflow_dispatch to test all python versions on Github. by @pirgeo in #37
- docs: add imports, remove outdated link, add statement to install dependency by @pichlermarc in #38
- docs: add deprecation note to Dynatrace exporter by @joaopgrassi in #39
- docs: remove duplicate instruction to install psutil by @pichlermarc in #40
- docs: change development status classifier to inactive by @pichlermarc in #41
Full Changelog: v1.0.2...v1.0.3