MVN

io.opentelemetry.contrib : opentelemetry-consistent-sampling

Maven & Gradle

Aug 23, 2023
137 stars

OpenTelemetry Java Contrib · Sampler and exporter implementations for consistent sampling

<dependency>
    <groupId>io.opentelemetry.contrib</groupId>
    <artifactId>opentelemetry-consistent-sampling</artifactId>
    <version>1.29.0-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.opentelemetry.contrib : opentelemetry-consistent-sampling to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.29.0-alpha
  • Latest Alpha: 1.29.0-alpha

All Versions

Choose a version of io.opentelemetry.contrib : opentelemetry-consistent-sampling to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.29.x
opentelemetry-consistent-sampling-1.29.0-alpha
1.28.x
opentelemetry-consistent-sampling-1.28.0-alpha
1.27.x
opentelemetry-consistent-sampling-1.27.0-alpha
1.26.x
opentelemetry-consistent-sampling-1.26.0-alpha
1.25.x
opentelemetry-consistent-sampling-1.25.1-alpha
opentelemetry-consistent-sampling-1.25.0-alpha
1.24.x
opentelemetry-consistent-sampling-1.24.0-alpha
1.23.x
opentelemetry-consistent-sampling-1.23.0-alpha
1.22.x
opentelemetry-consistent-sampling-1.22.0-alpha
1.21.x
opentelemetry-consistent-sampling-1.21.0-alpha
1.20.x
opentelemetry-consistent-sampling-1.20.1-alpha
opentelemetry-consistent-sampling-1.20.0-alpha
1.19.x
opentelemetry-consistent-sampling-1.19.1-alpha
opentelemetry-consistent-sampling-1.19.0-alpha
1.18.x
opentelemetry-consistent-sampling-1.18.0-alpha
1.17.x
opentelemetry-consistent-sampling-1.17.0-alpha
1.16.x
opentelemetry-consistent-sampling-1.16.0-alpha
1.15.x
opentelemetry-consistent-sampling-1.15.0-alpha
1.14.x
opentelemetry-consistent-sampling-1.14.0-alpha
1.13.x
opentelemetry-consistent-sampling-1.13.0-alpha

How to add a dependency to Maven

Add the following io.opentelemetry.contrib : opentelemetry-consistent-sampling maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.opentelemetry.contrib</groupId>
    <artifactId>opentelemetry-consistent-sampling</artifactId>
    <version>1.29.0-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.opentelemetry.contrib : opentelemetry-consistent-sampling gradle dependency to your build.gradle file:

implementation 'io.opentelemetry.contrib:opentelemetry-consistent-sampling:1.29.0-alpha'

Gradle Kotlin DSL: Add the following io.opentelemetry.contrib : opentelemetry-consistent-sampling gradle kotlin dependency to your build.gradle.kts file:

implementation("io.opentelemetry.contrib:opentelemetry-consistent-sampling:1.29.0-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.opentelemetry.contrib : opentelemetry-consistent-sampling sbt scala dependency to your build.sbt file:

libraryDependencies += "io.opentelemetry.contrib" % "opentelemetry-consistent-sampling" % "1.29.0-alpha"