deployment/dashboards: change title VictoriaMetrics to VictoriaMetrics - single-node

The new title should provide better understanding of this dashboard purpose.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-01-16 20:39:52 +01:00
parent a9fd130980
commit b0287867fe
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640
3 changed files with 5 additions and 4 deletions

View file

@ -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": ""

View file

@ -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": ""

View file

@ -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.