diff --git a/docs/helm/victoria-logs-single/CHANGELOG.md b/docs/helm/victoria-logs-single/CHANGELOG.md index c1d1504c1..f88c91c66 100644 --- a/docs/helm/victoria-logs-single/CHANGELOG.md +++ b/docs/helm/victoria-logs-single/CHANGELOG.md @@ -1,6 +1,7 @@ ## Next release -- Custom fluent-bit template to push data to multiple VLogs instances when replica count is greated than 1. +- Added grafana dashboard. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1590) +- Custom fluent-bit template to push data to multiple VLogs instances when replica count is greated than 1 ## 0.6.6 diff --git a/docs/helm/victoria-logs-single/README.md b/docs/helm/victoria-logs-single/README.md index 1a0dcd634..8f60fae62 100644 --- a/docs/helm/victoria-logs-single/README.md +++ b/docs/helm/victoria-logs-single/README.md @@ -1,4 +1,4 @@ - ![Version: 0.6.6](https://img.shields.io/badge/Version-0.6.6-informational?style=flat-square) + ![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-logs-single) [![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/) @@ -143,6 +143,69 @@ Change the values according to the need of the environment in ``victoria-logs-si
+{}
+
+
+Dashboard annotations
+
+false
+
+
+Create VictoriaLogs dashboards
+
+false
+
+
+
+false
+
+
+
+grafana
+
+
+
+{}
+
+
+Dashboard labels
+Spec for VMServiceScrape CRD is here
+{}
+
+
+In ArgoCD using client-side apply this dashboard reaches annotations size limit and causes k8s issues without server side apply See this issue
+utc
+
+
+Enable custom dashboards installation
-false
-
-
-
+false
+
+
+
grafana
@@ -709,6 +729,81 @@ victoriametrics-vmalert:
+{}
+
+
+
+datasources:
+ - access: proxy
+ jsonData:
+ implementation: prometheus
+ name: Alertmanager
+perReplica: false
+
+
+List of alertmanager datasources. Alertmanager generated url
will be added to each datasource in template if alertmanager is enabled
+false
+
+
+Create per replica alertmanager compatible datasource
+
+[]
+
+
+Configure additional grafana datasources (passed through tpl). Check here for details
+
+- isDefault: true
+ name: VictoriaMetrics
+ type: prometheus
+- isDefault: false
+ name: VictoriaMetrics (DS)
+ type: victoriametrics-datasource
+
+
+List of prometheus compatible datasource configurations. VM url
will be added to each of them in templates.
+false
+
+
+Create per replica prometheus compatible datasource
+
-additionalDataSources: []
-defaultDashboardsTimezone: utc
-defaultDatasourceType: prometheus
-enabled: true
+enabled: true
forceDeployDatasource: false
ingress:
annotations: {}
@@ -1227,8 +1319,6 @@ ingress:
tls: []
sidecar:
dashboards:
- additionalDashboardAnnotations: {}
- additionalDashboardLabels: {}
defaultFolderName: default
enabled: true
folder: /var/lib/grafana/dashboards
@@ -1237,13 +1327,6 @@ sidecar:
name: default
orgid: 1
datasources:
- createVMReplicasDatasources: false
- default:
- - isDefault: true
- name: VictoriaMetrics
- - isDefault: false
- name: VictoriaMetrics (DS)
- type: victoriametrics-datasource
enabled: true
initDatasources: true
vmScrape:
@@ -1258,17 +1341,6 @@ vmScrape:
Grafana dependency chart configuration. For possible values refer here
-
-[]
-
-
-Configure additional grafana datasources (passed through tpl). Check here for details
Extra paths to prepend to every host configuration. This is useful when working with annotation based services.
-
-- isDefault: true
- name: VictoriaMetrics
-- isDefault: false
- name: VictoriaMetrics (DS)
- type: victoriametrics-datasource
-
-
-List of default prometheus compatible datasource configurations. VM url
will be added to each of them in templates and type
will be set to defaultDatasourceType if not defined