mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -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
|
discoveredLabels labels.Labels
|
||||||
// Any labels that are added to this target and its metrics.
|
// Any labels that are added to this target and its metrics.
|
||||||
labels labels.Labels
|
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
|
params url.Values
|
||||||
|
|
||||||
mtx sync.RWMutex
|
mtx sync.RWMutex
|
||||||
|
|
Loading…
Reference in a new issue