We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e72b58 commit 51a6c33Copy full SHA for 51a6c33
infra/victoria-metrics/helm-chart-values/values.yaml
@@ -62,6 +62,8 @@ grafana:
62
memory: 100Mi
63
limits:
64
memory: 150Mi
65
+ plugins:
66
+ - victoriametrics-logs-datasource
67
vmScrape:
68
enabled: false
69
admin:
@@ -87,6 +89,16 @@ grafana:
87
89
- secretName: web-ssl
88
90
hosts:
91
- metrics.code4.ro
92
+ datasources:
93
+ datasources.yaml:
94
+ apiVersion: 1
95
96
+ - name: victoria-logs
97
+ uid: victoria-logs
98
+ type: victoriametrics-logs-datasource
99
+ orgId: 1
100
+ url: http://victoria-logs-victoria-logs-single-server.victoria-logs.svc.cluster.local:9428
101
+ access: proxy
102
103
grafana.ini:
104
server:
0 commit comments