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 26d4012 commit 04afdbbCopy full SHA for 04afdbb
src/docs/getting-started/lambda/lambda-java-auto-instr.mdx
@@ -60,7 +60,7 @@ Metric auto instrumentation is supported in OpenTelemetry. You would have to ins
60
1. Import the OpenTelemetry Java Metrics API into your dependency file
61
```
62
dependencies {
63
- implementation platform("io.opentelemetry:opentelemetry-bom:1.8.0")
+ implementation platform("io.opentelemetry:opentelemetry-bom:1.19.0")
64
implementation('io.opentelemetry:opentelemetry-api')
65
}
66
0 commit comments