Include in your pom.xml
:
<dependency>
<groupId>io.kokuwa.micronaut</groupId>
<artifactId>micronaut-influxdb</artifactId>
<version>${version.io.kokuwa.micronaut.influxdb}</version>
<scope>runtime</scope>
</dependency>
- factory for blocking/rx client
- health indicator for micronaut health endpoint
Parameter | Description | Default |
---|---|---|
influxdb.enabled |
create InfluxDB clients | true |
influxdb.url |
connection url of InfluxDB | http://influxdb:8086 |
influxdb.token |
token for auth | changeMe |
influxdb.organisation |
organisation in InfluxDB | default |
influxdb.bucket |
bucket within organisation | default |
influxdb.log-level |
InfluxDB log level (values) | NONE |
influxdb.health.enabled |
enable health indicator | true |