Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Releases: dynatrace-oss/opentelemetry-metric-python

v1.0.3

23 Apr 13:52
fa44ef2
Compare
Choose a tag to compare

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

05 Dec 11:43
46022d2
Compare
Choose a tag to compare

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

21 Sep 09:19
c785fca
Compare
Choose a tag to compare

What's Changed

  • Handle unsupported non-string attributes by @pirgeo in #32

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Sep 11:47
6c07d58
Compare
Choose a tag to compare

What's Changed

  • Bump versions for 1.0.0 release by @pirgeo in #31

Full Changelog: v0.3.0...v1.0.0

v0.3.0

25 Aug 15:29
bef7fbd
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.0-rc2...v0.3.0

0.3.0-rc2

07 Jul 14:06
c211765
Compare
Choose a tag to compare
0.3.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0-rc1...v0.3.0-rc2

v0.3.0-rc1

30 Jun 15:28
ebb4a58
Compare
Choose a tag to compare
v0.3.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0b1...v0.3.0-rc1

v0.1.0b1

29 Jul 09:56
3f2a8db
Compare
Choose a tag to compare
v0.1.0b1 Pre-release
Pre-release
  • Rename OneAgent metadata to Dynatrace metadata (#19)

v0.1.0b0

28 Jul 14:16
cd7d1f4
Compare
Choose a tag to compare
v0.1.0b0 Pre-release
Pre-release

Initial Beta release