Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (26 loc) · 1.5 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.5 KB

Micronaut InfluxDB support

Apache License, Version 2.0, January 2004 Maven Central Build

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>

Features

  • factory for blocking/rx client
  • health indicator for micronaut health endpoint

Properties

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