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

kokuwaio/micronaut-influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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