mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Finish config changes
This commit is contained in:
parent
33af25f572
commit
dfd66e0c97
|
@ -201,5 +201,6 @@ type FilesystemConfig struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type IPVSConfig struct {
|
type IPVSConfig struct {
|
||||||
Labels *string
|
Labels *string
|
||||||
|
LabelsSet bool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue