MVN

io.honeycomb.beeline : beeline-spring-boot-sleuth-starter

Maven & Gradle

Sep 30, 2022
12 stars

Beeline Java (Spring Boot Sleuth Starter) · Spring Boot Sleuth Starter module to auto-configure Spring Boot Sleuth to send trace data via Honeycomb Beeline for Java

<dependency>
    <groupId>io.honeycomb.beeline</groupId>
    <artifactId>beeline-spring-boot-sleuth-starter</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.honeycomb.beeline : beeline-spring-boot-sleuth-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of io.honeycomb.beeline : beeline-spring-boot-sleuth-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
beeline-spring-boot-sleuth-starter-2.1.1
beeline-spring-boot-sleuth-starter-2.1.0
2.0.x
beeline-spring-boot-sleuth-starter-2.0.0
1.7.x
beeline-spring-boot-sleuth-starter-1.7.1
beeline-spring-boot-sleuth-starter-1.7.0
1.6.x
beeline-spring-boot-sleuth-starter-1.6.1
1.5.x
beeline-spring-boot-sleuth-starter-1.5.1
beeline-spring-boot-sleuth-starter-1.5.0
1.4.x
beeline-spring-boot-sleuth-starter-1.4.0
1.3.x
beeline-spring-boot-sleuth-starter-1.3.0
1.2.x
beeline-spring-boot-sleuth-starter-1.2.0

How to add a dependency to Maven

Add the following io.honeycomb.beeline : beeline-spring-boot-sleuth-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.honeycomb.beeline</groupId>
    <artifactId>beeline-spring-boot-sleuth-starter</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.honeycomb.beeline : beeline-spring-boot-sleuth-starter gradle dependency to your build.gradle file:

implementation 'io.honeycomb.beeline:beeline-spring-boot-sleuth-starter:2.1.1'

Gradle Kotlin DSL: Add the following io.honeycomb.beeline : beeline-spring-boot-sleuth-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.honeycomb.beeline:beeline-spring-boot-sleuth-starter:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.honeycomb.beeline : beeline-spring-boot-sleuth-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.honeycomb.beeline" % "beeline-spring-boot-sleuth-starter" % "2.1.1"