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 bb90e08 commit 9074b48Copy full SHA for 9074b48
instrumentation/log4j/log4j-appender-2.17/library/README.md
@@ -20,15 +20,14 @@ For Maven, add to your `pom.xml` dependencies:
20
<groupId>io.opentelemetry.instrumentation</groupId>
21
<artifactId>opentelemetry-log4j-appender-2.17</artifactId>
22
<version>OPENTELEMETRY_VERSION</version>
23
- <scope>runtime</scope>
24
</dependency>
25
</dependencies>
26
```
27
28
For Gradle, add to your dependencies:
29
30
```groovy
31
-runtimeOnly("io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17:OPENTELEMETRY_VERSION")
+implementation("io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17:OPENTELEMETRY_VERSION")
32
33
34
### Usage
0 commit comments