Commit 92402ad3 authored by ziy's avatar ziy

add org.influxdb

parent 3058a236
...@@ -7,4 +7,6 @@ configurations { ...@@ -7,4 +7,6 @@ configurations {
dependencies { dependencies {
// https://mvnrepository.com/artifact/io.micrometer/micrometer-registry-influx // https://mvnrepository.com/artifact/io.micrometer/micrometer-registry-influx
compile group: 'io.micrometer', name: 'micrometer-registry-influx', version: '1.1.4' compile group: 'io.micrometer', name: 'micrometer-registry-influx', version: '1.1.4'
// https://mvnrepository.com/artifact/org.influxdb/influxdb-java
compile group: 'org.influxdb', name: 'influxdb-java', version: '2.15'
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment