Skip to content

InfluxDB in ASAB Maestro

Extends InfluxDB service configuration and enables other services to connect to the InfluxDB.

Parameters

Organization and bucket parameters of InfluxDB configuration are set strictly as follows:

INFLUXDB_ORG

system

INFLUXDB_BUCKET

metrics

Configuration of ASAB Services

Every ASAB Service obtains asab:metrics and asab:metrics:influxdb configuration sections.

[asab:metrics]
target=influxdb

[asab:metrics:influxdb]
url=http://influxdb:8086/
token=I1x1URqoTP31o6lmnZO1gbm_FkskGoIkRnsVKoJLmLSOd8YQQNoLBkRpDzSxVJR17JoFQ3DvMXcmJn9ItjLoTQ
bucket=metrics
org=system

Environment variables

DOCKER_INFLUXDB_INIT_USERNAME and DOCKER_INFLUXDB_INIT_PASSWORD

ASAB Maestro creates and stores (in Vault) admin access into the InfluxDB.