We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd4533 commit a5057dfCopy full SHA for a5057df
exporters/aws-otel-otlp-udp-exporter/build.gradle.kts
@@ -23,7 +23,7 @@ group = "software.amazon.opentelemetry.exporters.otlp.udp.trace"
23
version = "0.1.0"
24
25
dependencies {
26
- implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.11.0-alpha"))
+ implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.10.0"))
27
implementation("io.opentelemetry:opentelemetry-api")
28
implementation("io.opentelemetry:opentelemetry-sdk")
29
implementation("io.opentelemetry:opentelemetry-exporter-otlp-common")
0 commit comments