This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
src/dynatrace/opentelemetry/metrics/export Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33This exporter allows exporting metrics created using the [ OpenTelemetry SDK for Python] ( https://github.com/open-telemetry/opentelemetry-python )
44directly to [ Dynatrace] ( https://www.dynatrace.com ) .
55
6- It was built against OpenTelemetry SDK version ` 1.12-rc1 ` and should work with any ` 1.12+ ` version.
6+ ** It was built against OpenTelemetry SDK version ` 1.12.0-rc2 ` and should work with any ` 1.12+ ` version.**
77
88More information on exporting OpenTelemetry metrics to Dynatrace can be found in the
99[ Dynatrace documentation] ( https://www.dynatrace.com/support/help/shortlink/opentelemetry-metrics ) .
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ package_dir=
4848 =src
4949packages =find_namespace:
5050install_requires =
51- opentelemetry-api~=1.12.0-rc1
52- opentelemetry-sdk~=1.12.0-rc1
51+ opentelemetry-api~=1.12.0-rc2
52+ opentelemetry-sdk~=1.12.0-rc2
5353 requests~=2.25
5454 dynatrace-metric-utils~=0.2.0
5555
Original file line number Diff line number Diff line change 2525 _DynatraceMetricsExporter
2626)
2727
28- VERSION = "0.3.0-rc1 "
28+ VERSION = "0.3.0-rc2 "
2929
3030_DYNATRACE_TEMPORALITY_PREFERENCE = {
3131 metrics .Counter : AggregationTemporality .DELTA ,
You can’t perform that action at this time.
0 commit comments