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/).
This commit is contained in:
parent
f17fca718d
commit
1b1e61030b
2 changed files with 2 additions and 2 deletions
|
@ -4496,7 +4496,7 @@
|
||||||
"type": "prometheus",
|
"type": "prometheus",
|
||||||
"uid": "$ds"
|
"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": {
|
"fieldConfig": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"color": {
|
"color": {
|
||||||
|
|
|
@ -4497,7 +4497,7 @@
|
||||||
"type": "victoriametrics-datasource",
|
"type": "victoriametrics-datasource",
|
||||||
"uid": "$ds"
|
"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": {
|
"fieldConfig": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"color": {
|
"color": {
|
||||||
|
|
Loading…
Reference in a new issue