From dfd66e0c977f403481628f06a2b088dc81d1de0d Mon Sep 17 00:00:00 2001 From: matt durham Date: Thu, 28 Sep 2023 09:29:52 -0400 Subject: [PATCH] Finish config changes --- collector/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collector/config.go b/collector/config.go index 1ec2eff5..1ce8b99f 100644 --- a/collector/config.go +++ b/collector/config.go @@ -201,5 +201,6 @@ type FilesystemConfig struct { } type IPVSConfig struct { - Labels *string + Labels *string + LabelsSet bool }