* Document max retries for InfluxDB
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* influxdb: Add queue limit parameter.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* If the used influxdb is configured to use authentication the user needs read/write permissions on the database. Mention this in the doc.
* The influxdb documentation has a */latest* link. Use this instead of a fixed version number.
* Document blacklist_domains of InfluxDB
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* Adapt changes to InfluxDB include/exclude changes.
The config options used there are now following the same scheme as the
ones in recorder and similar components.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
Fixed some spelling errors and tweaked some incorrect or awkward grammar. Added some markup around specific names/values for readability and consistency with existing documentation.
* Updates the influxdb documentation with minimal setup instructions
- Adds instructions on creating the default database, which were
previously located in the blog post
- Clarifies that the default influxdb configuration doesn’t require
authentication
* Removes detailed instructions for Influx database creation
Replaces the detailed instructions with a link to the official InfluxDB
v 1.0 documentation for creating a database