kamon-influxdb

Kamon InfluxDB Integration

Github星跟踪图

InfluxDB Integration Build Status

Gitter
Maven Central

Reporting Metrics to InfluxDB

InfluxDB is a high performance open source database for handling time series data. It receives metrics over HTTP or UDP
using its own line protocol. It's a high availability and high performance database and provides an excellent backend
for monitoring.

The kamon-influxdb module only supports sending data to InfluxDB over HTTP.

Installation

Add the kamon-influxdb dependency to your project and ensure that it is in
your classpath at runtime. Kamon's module loader will detect that
the InfluxDB module is in the classpath and automatically starts it.

Getting Started

The kamon-influxdb module is currently available for Scala 2.10, 2.11 and 2.12.

Supported releases and dependencies are shown below., kamon-influxdb, status, jdk, scala, :---------------:, :------:, :----:, --------------------, 1.0.1, stable, 1.8+, 2.10, 2.11, 2.12, To get started with SBT, simply add the following to your build.sbt or pom.xml files:

libraryDependencies += "io.kamon" %% "kamon-influxdb" % "1.0.1"
<dependency>
    <groupId>io.kamon</groupId>
    <artifactId>kamon-influxdb_2.12</artifactId>
    <version>1.0.1</version>
</dependency>

A full description of the capabilities of this module can be found in the official documentation.

主要指标

概览
名称与所有者kamon-io/kamon-influxdb
主编程语言Scala
编程语言Scala (语言数: 1)
平台
许可证Other
所有者活动
创建于2016-12-03 22:49:55
推送于2020-03-31 08:57:14
最后一次提交2020-03-31 10:57:07
发布数11
最新版本名称v2.0.0 (发布于 2019-07-25 02:28:31)
第一版名称v0.6.5 (发布于 2017-01-29 13:57:34)
用户参与
星数5
关注者数4
派生数14
提交数58
已启用问题?
问题数10
打开的问题数0
拉请求数16
打开的拉请求数0
关闭的拉请求数4
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?