kamon-jaeger

Github星跟蹤圖

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.

概覽

名稱與所有者kamon-io/kamon-jaeger
主編程語言Scala
編程語言Scala (語言數: 1)
平台
許可證
發布數8
最新版本名稱v2.0.0 (發布於 2019-07-25 15:58:55)
第一版名稱v1.0.0-RC4 (發布於 )
創建於2017-06-19 16:04:28
推送於2020-03-29 17:04:28
最后一次提交2020-03-29 19:04:20
星數10
關注者數5
派生數9
提交數62
已啟用問題?
問題數1
打開的問題數0
拉請求數9
打開的拉請求數0
關閉的拉請求數2
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部