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

Commit c211765

Browse files
authored
Update SDK to 1.12.0-rc2 (#28)
1 parent ebb4a58 commit c211765

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This exporter allows exporting metrics created using the [OpenTelemetry SDK for Python](https://github.com/open-telemetry/opentelemetry-python)
44
directly 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

88
More information on exporting OpenTelemetry metrics to Dynatrace can be found in the
99
[Dynatrace documentation](https://www.dynatrace.com/support/help/shortlink/opentelemetry-metrics).

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ package_dir=
4848
=src
4949
packages=find_namespace:
5050
install_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

src/dynatrace/opentelemetry/metrics/export/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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,

0 commit comments

Comments
 (0)