is not current version
Last Version 1.0.4

com.github.christiangda:storm-metrics-influxdb 1.0.0

This is an Apache Storm Metrics Consumer that forward its metrics to InfluxDB to be used in real-time.

Categories

Categories

Metrics Application Testing & Monitoring Monitoring ORM Data
GroupId

GroupId

com.github.christiangda
ArtifactId

ArtifactId

storm-metrics-influxdb
Version

Version

1.0.0
Type

Type

jar

Download storm-metrics-influxdb 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.christiangda/storm-metrics-influxdb/ -->
<dependency>
    <groupId>com.github.christiangda</groupId>
    <artifactId>storm-metrics-influxdb</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.christiangda/storm-metrics-influxdb/
implementation 'com.github.christiangda:storm-metrics-influxdb:1.0.0'
// https://jarcasting.com/artifacts/com.github.christiangda/storm-metrics-influxdb/
implementation ("com.github.christiangda:storm-metrics-influxdb:1.0.0")
'com.github.christiangda:storm-metrics-influxdb:jar:1.0.0'
<dependency org="com.github.christiangda" name="storm-metrics-influxdb" rev="1.0.0">
  <artifact name="storm-metrics-influxdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.christiangda', module='storm-metrics-influxdb', version='1.0.0')
)
libraryDependencies += "com.github.christiangda" % "storm-metrics-influxdb" % "1.0.0"
[com.github.christiangda/storm-metrics-influxdb "1.0.0"]