Releases: dynatrace-oss/opentelemetry-metric-python
v1.0.3
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
v1.0.2
What's Changed
- Allow API/SDK versions 1.* instead of only 1.12.* and fix readme by @pichlermarc in #33
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
v0.3.0
What's Changed
- Update OpenTelemetry SDK to 1.12.0 by @RangelReale in #29
- Polish before release by @pirgeo in #30
New Contributors
- @RangelReale made their first contribution in #29
Full Changelog: v0.3.0-rc2...v0.3.0
0.3.0-rc2
What's Changed
- Update SDK to 1.12.0-rc2 by @pichlermarc in #28
Full Changelog: v0.3.0-rc1...v0.3.0-rc2
v0.3.0-rc1
What's Changed
- Fix typo in readme by @arminru in #20
- Use metric utils library by @joaopgrassi in #21
- Update SDK to latest version by @pichlermarc in #22
- Use min/max from histogram data point. by @pichlermarc in #23
- Use updated histogram to gauge conversion algorithm by @pichlermarc in #24
- Remove outdated settings screenshot by @arminru in #25
- Update library dependency and Github Actions by @pirgeo in #26
- Update SDK to 1.12.0-rc1 by @pichlermarc in #27
New Contributors
- @joaopgrassi made their first contribution in #21
- @pichlermarc made their first contribution in #22
Full Changelog: v0.1.0b1...v0.3.0-rc1