mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
app/vmalert/datasource: typo fix in docs: Labels -> Label
This commit is contained in:
parent
a746cb62b6
commit
4fc4912f0c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ type Metric struct {
|
|||
Value float64
|
||||
}
|
||||
|
||||
// Labels represents metric's label
|
||||
// Label represents metric's label
|
||||
type Label struct {
|
||||
Name string
|
||||
Value string
|
||||
|
|
Loading…
Reference in a new issue