File tree Expand file tree Collapse file tree
docs/reference/configuration
i18n/en/docusaurus-plugin-content-docs/current/reference/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ ` ` `
Original file line number Diff line number Diff 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+ ` ` `
You can’t perform that action at this time.
0 commit comments