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)
平台
许可证
所有者活动
创建于2017-06-19 16:04:28
推送于2020-03-29 17:04:28
最后一次提交2020-03-29 19:04:20
发布数8
最新版本名称v2.0.0 (发布于 2019-07-25 15:58:55)
第一版名称v1.0.0-RC4 (发布于 )
用户参与
星数10
关注者数4
派生数9
提交数62
已启用问题?
问题数1
打开的问题数0
拉请求数9
打开的拉请求数0
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?