otc/observability.think-ahead.cloud/stacks/observability/victoria-k8s-stack/values.yaml aktualisiert
This commit is contained in:
parent
6d3657af96
commit
89693e51cf
1 changed files with 7 additions and 6 deletions
|
@ -861,11 +861,11 @@ defaultDatasources:
|
|||
# -- Configure additional grafana datasources (passed through tpl).
|
||||
# Check [here](http://docs.grafana.org/administration/provisioning/#datasources) for details
|
||||
extra:
|
||||
- name: victoria-logs
|
||||
- name: VictoriaLogs
|
||||
access: proxy
|
||||
type: VictoriaLogs
|
||||
type: victoriametrics-logs-datasource
|
||||
url: http://vlogs-victorialogs:9428
|
||||
version: 1
|
||||
version: 0.18.0
|
||||
|
||||
# -- Grafana dependency chart configuration. For possible values refer [here](https://github.com/grafana/helm-charts/tree/main/charts/grafana#configuration)
|
||||
grafana:
|
||||
|
@ -900,9 +900,10 @@ grafana:
|
|||
|
||||
# Uncomment the block below, if you want to enable VictoriaMetrics Datasource in Grafana:
|
||||
# Note that Grafana will need internet access to install the datasource plugin.
|
||||
#
|
||||
# plugins:
|
||||
# - victoriametrics-metrics-datasource
|
||||
|
||||
plugins:
|
||||
- victoriametrics-metrics-datasource
|
||||
- victoriametrics-logs-datasource
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue