Metrics: Add --metrics-per-undefined-host
argument. (#11818)
Signed-off-by: Jon Carl <grounded042@joncarl.com>
This commit is contained in:
parent
bd444df208
commit
63fd7329ed
1 changed files with 9 additions and 8 deletions
|
@ -89,6 +89,7 @@ func TestCollector(t *testing.T) {
|
||||||
name string
|
name string
|
||||||
data []string
|
data []string
|
||||||
metrics []string
|
metrics []string
|
||||||
|
metricsPerUndefinedHost bool
|
||||||
useStatusClasses bool
|
useStatusClasses bool
|
||||||
excludeMetrics []string
|
excludeMetrics []string
|
||||||
wantBefore string
|
wantBefore string
|
||||||
|
|
Loading…
Reference in a new issue