Skip to content

Commit 495124f

Browse files
committed
Add VictoriaMetrix as InfluxDB alternative
The fate of InfuxDB is unclear with many home users not switching to version 3 of InfluxDB. Being stuck at an older version brings with it the danger of unfixed security issues, but there is hope. VictoriaMetrics has among others a REST API, which is compatible with InfluxDB. Thus it can be used as a drop in replacement in evcc. However Grafana dashboards have to be rebuild, because it does not support any of InfluxDBs query languages and users internally a different data model.
1 parent f120cea commit 495124f

File tree

2 files changed

+26
-0
lines changed
  • docs/reference/configuration
  • i18n/en/docusaurus-plugin-content-docs/current/reference/configuration

2 files changed

+26
-0
lines changed

docs/reference/configuration/influx.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,16 @@ influx:
3737
token: 1234567890abcdef
3838
org: home
3939
```
40+
41+
## VictoriaMetrics
42+
43+
[VictoriaMetrix](https://github.com/VictoriaMetrics/VictoriaMetrics) ist eine Time Series Datenbank mit InfluxDB kompatibler REST API.
44+
45+
HTTP basic authentication ist mit der URL möglich.
46+
47+
**Beispiel für VictoriaMetrics**:
48+
49+
```yaml
50+
influx:
51+
url: http://[username:password@]victoria-metrics:8428
52+
```

i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/influx.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,16 @@ influx:
3737
token: 1234567890abcdef
3838
org: home
3939
```
40+
41+
## VictoriaMetrics
42+
43+
[VictoriaMetrix](https://github.com/VictoriaMetrics/VictoriaMetrics) is a time series database with InfluxDB compatible REST API.
44+
45+
HTTP basic authentication can be done via the URL.
46+
47+
**Example for VictoriaMetrics**:
48+
49+
```yaml
50+
influx:
51+
url: http://[username:password@]victoria-metrics:8428
52+
```

0 commit comments

Comments
 (0)