diff --git a/dashboards/victoriametrics.json b/dashboards/victoriametrics.json index 65cbd553e..631bd8ca6 100644 --- a/dashboards/victoriametrics.json +++ b/dashboards/victoriametrics.json @@ -85,7 +85,7 @@ } ] }, - "description": "Overview for single node VictoriaMetrics v1.83.0 or higher", + "description": "Overview for single-node VictoriaMetrics v1.83.0 or higher", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 10229, @@ -5580,7 +5580,7 @@ ] }, "timezone": "", - "title": "VictoriaMetrics", + "title": "VictoriaMetrics - single-node", "uid": "wNf0q_kZk", "version": 1, "weekStart": "" diff --git a/dashboards/vm/victoriametrics.json b/dashboards/vm/victoriametrics.json index ff18d36bf..f03509792 100644 --- a/dashboards/vm/victoriametrics.json +++ b/dashboards/vm/victoriametrics.json @@ -86,7 +86,7 @@ } ] }, - "description": "Overview for single node VictoriaMetrics v1.83.0 or higher", + "description": "Overview for single-node VictoriaMetrics v1.83.0 or higher", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 10229, @@ -5581,7 +5581,7 @@ ] }, "timezone": "", - "title": "VictoriaMetrics (VM)", + "title": "VictoriaMetrics - single-node", "uid": "wNf0q_kZk_vm", "version": 1, "weekStart": "" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 250fc3f2f..89f9f648f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -45,6 +45,7 @@ The sandbox cluster installation is running under the constant load generated by * FEATURE: all VictoriaMetrics components: add `-metrics.exposeMetadata` command-line flag, which allows displaying `TYPE` and `HELP` metadata at `/metrics` page exposed at `-httpListenAddr`. This may be needed when the `/metrics` page is scraped by collector, which requires the `TYPE` and `HELP` metadata such as [Google Cloud Managed Prometheus](https://cloud.google.com/stackdriver/docs/managed-prometheus/troubleshooting#missing-metric-type). * FEATURE: dashboards/cluster: add panels for detailed visualization of traffic usage between vmstorage, vminsert, vmselect components and their clients. New panels are available in the rows dedicated to specific components. * FEATURE: dashboards/cluster: update "Slow Queries" panel to show percentage of the slow queries to the total number of read queries served by vmselect. The percentage value should make it more clear for users whether there is a service degradation. +* FEATURE: dashboards/single: change dashboard title from `VictoriaMetrics` to `VictoriaMetrics - single-node`. The new title should provide better understanding of this dashboard purpose. * FEATURE [vmctl](https://docs.victoriametrics.com/vmctl.html): add `-vm-native-src-insecure-skip-verify` and `-vm-native-dst-insecure-skip-verify` command-line flags for native protocol. It can be used for skipping TLS certificate verification when connecting to the source or destination addresses. * FEATURE: [Alerting rules for VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker#alerts): add `job` label to `DiskRunsOutOfSpace` alerting rule, so it is easier to understand to which installation the triggered instance belongs.