File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
docs/reference/configuration
i18n/en/docusaurus-plugin-content-docs/current/reference/configuration Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,16 @@ influx:
37
37
token : 1234567890abcdef
38
38
org : home
39
39
` ` `
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:
37
37
token : 1234567890abcdef
38
38
org : home
39
39
` ` `
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