mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
dashboards: typo fix (#6920)
### Describe Your Changes
Correct the spelling error of 'vminsert' in the dashboards.
### Checklist
The following checks are **mandatory**:
- [ ] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).
(cherry picked from commit 1b1e61030b
)
This commit is contained in:
parent
b367a36183
commit
42ad757ac4
2 changed files with 2 additions and 2 deletions
|
@ -4496,7 +4496,7 @@
|
|||
"type": "prometheus",
|
||||
"uid": "$ds"
|
||||
},
|
||||
"description": "The number of rows or bytes that vminesrt internal buffer contains at the moment.",
|
||||
"description": "The number of rows or bytes that vminsert internal buffer contains at the moment.",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
|
|
|
@ -4497,7 +4497,7 @@
|
|||
"type": "victoriametrics-datasource",
|
||||
"uid": "$ds"
|
||||
},
|
||||
"description": "The number of rows or bytes that vminesrt internal buffer contains at the moment.",
|
||||
"description": "The number of rows or bytes that vminsert internal buffer contains at the moment.",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
|
|
Loading…
Reference in a new issue