Metrics: Add --metrics-per-undefined-host argument. (#11818)

Signed-off-by: Jon Carl <grounded042@joncarl.com>
This commit is contained in:
Jon Carl 2024-08-26 13:09:11 -06:00 committed by ajaychoudhary-hotstar
parent bd444df208
commit 63fd7329ed

View file

@ -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