kamon-jaeger

Github stars Tracking Chart

Kamon Jaeger

Build Status
Gitter
Maven Central

Getting Started

Kamon Jaeger is currently available for Scala 2.10, 2.11 and 2.12.

Supported releases and dependencies are shown below., kamon, status, jdk, scala, :------:, :------:, :----:, ------------------, 1.0.0, experimental, 1.8+, 2.11, 2.12

To get started with SBT, simply add the following to your build.sbt or pom.xml
file:

libraryDependencies += "io.kamon" %% "kamon-jaeger" % "1.0.2"
<dependency>
    <groupId>io.kamon</groupId>
    <artifactId>kamon-jaeger_2.12</artifactId>
    <version>1.0.2</version>
</dependency>

Custom environment tags

Kamon allows you to provide custom environment tags to all your metrics by configuring kamon.environment.tags in your application.conf, e.g.

kamon.environment.tags {
  custom.id = "test1"
  env = staging
}

In order to include these tags in your Prometheus metrics as well, you need to activate this feature for the JaegerReporter by setting

kamon.jaeger.include-environment-tags = yes

in your application.conf.

Overview

Name With Ownerkamon-io/kamon-jaeger
Primary LanguageScala
Program languageScala (Language Count: 1)
Platform
License:
Release Count8
Last Release Namev2.0.0 (Posted on 2019-07-25 15:58:55)
First Release Namev1.0.0-RC4 (Posted on )
Created At2017-06-19 16:04:28
Pushed At2020-03-29 17:04:28
Last Commit At2020-03-29 19:04:20
Stargazers Count10
Watchers Count5
Fork Count9
Commits Count62
Has Issues Enabled
Issues Count1
Issue Open Count0
Pull Requests Count9
Pull Requests Open Count0
Pull Requests Close Count2
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top