InfluxDB is a popular time series DB that often used as a datasource for Grafana for storing performance results.
I propose to implement InfluxDB importer for Otava in the same way as it was done for PostgreSQL ^1.
InfluxDB supports two query languages: InfluxQL ^2 and native SQL.
There are InfluDB clients for Python, however, Python libraries are different for different InfluxDB versions: v1^5, v2 ^3, v3 ^4.
InfluxDB is a popular time series DB that often used as a datasource for Grafana for storing performance results. I propose to implement InfluxDB importer for Otava in the same way as it was done for PostgreSQL ^1. InfluxDB supports two query languages: InfluxQL ^2 and native SQL.
There are InfluDB clients for Python, however, Python libraries are different for different InfluxDB versions: v1^5, v2 ^3, v3 ^4.