MVN

io.pyroscope : otel

Maven & Gradle

Sep 21, 2022
69 stars

Pyroscope OTEL integration · Pyroscope OTEL integration

<dependency>
    <groupId>io.pyroscope</groupId>
    <artifactId>otel</artifactId>
    <version>0.10.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.pyroscope : otel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.1.4

All Versions

Choose a version of io.pyroscope : otel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
otel-0.10.1.4
otel-0.10.1.3
otel-0.10.1.2
otel-0.10.1.1
otel-0.10.1
0.9.x
otel-0.9.1
otel-0.9.0

How to add a dependency to Maven

Add the following io.pyroscope : otel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.pyroscope</groupId>
    <artifactId>otel</artifactId>
    <version>0.10.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.pyroscope : otel gradle dependency to your build.gradle file:

implementation 'io.pyroscope:otel:0.10.1.4'

Gradle Kotlin DSL: Add the following io.pyroscope : otel gradle kotlin dependency to your build.gradle.kts file:

implementation("io.pyroscope:otel:0.10.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.pyroscope : otel sbt scala dependency to your build.sbt file:

libraryDependencies += "io.pyroscope" % "otel" % "0.10.1.4"

Advertisement