mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
fix word 'parmeters' to 'parameters' (#5826)
Signed-off-by: czm <zhongming.chang@daocloud.io>
This commit is contained in:
parent
ead0933dd9
commit
9e47bb8b46
|
@ -50,7 +50,7 @@ type Target struct {
|
|||
discoveredLabels labels.Labels
|
||||
// Any labels that are added to this target and its metrics.
|
||||
labels labels.Labels
|
||||
// Additional URL parmeters that are part of the target URL.
|
||||
// Additional URL parameters that are part of the target URL.
|
||||
params url.Values
|
||||
|
||||
mtx sync.RWMutex
|
||||
|
|
Loading…
Reference in a new issue