opentelemetry-logback-appender-1.0
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.opentelemetry.instrumentation</groupId> <artifactId>opentelemetry-logback-appender-1.0</artifactId> <version>1.28.0-alpha</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.opentelemetry.instrumentation</groupId> <artifactId>opentelemetry-logback-appender-1.0</artifactId> <version>1.28.0-alpha</version> <name>OpenTelemetry Instrumentation for Java</name> <description>Instrumentation of Java libraries using OpenTelemetry.</description> <url>https://github.com/open-telemetry/opentelemetry-java-instrumentation</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>opentelemetry</id> <name>OpenTelemetry</name> <url>https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions</url> </developer> </developers> <scm> <connection>scm:git:git@github.com:open-telemetry/opentelemetry-java-instrumentation.git</connection> <developerConnection>scm:git:git@github.com:open-telemetry/opentelemetry-java-instrumentation.git</developerConnection> <url>git@github.com:open-telemetry/opentelemetry-java-instrumentation.git</url> </scm> <dependencies> <dependency> <groupId>io.opentelemetry.instrumentation</groupId> <artifactId>opentelemetry-instrumentation-api</artifactId> <version>1.28.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>opentelemetry-instrumentation-bom-alpha</artifactId> <groupId>io.opentelemetry.instrumentation</groupId> </exclusion> <exclusion> <artifactId>groovy</artifactId> <groupId>org.apache.groovy</groupId> </exclusion> <exclusion> <artifactId>groovy-json</artifactId> <groupId>org.apache.groovy</groupId> </exclusion> <exclusion> <artifactId>spock-core</artifactId> <groupId>org.spockframework</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.opentelemetry.instrumentation</groupId> <artifactId>opentelemetry-instrumentation-api-semconv</artifactId> <version>1.28.0-alpha</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>opentelemetry-instrumentation-bom-alpha</artifactId> <groupId>io.opentelemetry.instrumentation</groupId> </exclusion> <exclusion> <artifactId>groovy</artifactId> <groupId>org.apache.groovy</groupId> </exclusion> <exclusion> <artifactId>groovy-json</artifactId> <groupId>org.apache.groovy</groupId> </exclusion> <exclusion> <artifactId>spock-core</artifactId> <groupId>org.spockframework</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.opentelemetry</groupId> <artifactId>opentelemetry-api</artifactId> <version>1.28.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>opentelemetry-instrumentation-bom-alpha</artifactId> <groupId>io.opentelemetry.instrumentation</groupId> </exclusion> <exclusion> <artifactId>groovy</artifactId> <groupId>org.apache.groovy</groupId> </exclusion> <exclusion> <artifactId>groovy-json</artifactId> <groupId>org.apache.groovy</groupId> </exclusion> <exclusion> <artifactId>spock-core</artifactId> <groupId>org.spockframework</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>