InfluxDB Components
Apiman components for InfluxDB.
InfluxDB is a popular time-series database. Apiman supports the InfluxDB 1 protocol. Refer to the InfluxDB v2 documentation on InfluxDB 1.x compatibility API.
Metrics
Set the metrics implementation as shown.
Required Parameters
Name | Type | Description |
---|---|---|
|
String |
InfluxDB URL for Apiman to connect to.
|
|
String |
InfluxDB database name
|
|
String |
InfluxDB series name (aka. measurement)
|
Optional Parameters
Name | Type | Description |
---|---|---|
|
String |
InfluxDB data retention policy
|
|
String |
Username |
|
String |
Password |
|
String |
Authentication token (typically used in place of username and password, especially in InfluxDB v2)
|
|
String |
Generator name (tag in dataset)
|
|
Integer |
Maximum allowed queue size (metrics waiting to be sent)
|
|
Integer |
Maximum batch size flushed to InfluxDB in a single request. Typically, batch sizes will be much smaller than this unless there is a backlog caused by network issues, outages, etc.
|