diff --git a/pkg/metricstore/configSchema.go b/pkg/metricstore/configSchema.go index 70fcc74a..6a748be0 100644 --- a/pkg/metricstore/configSchema.go +++ b/pkg/metricstore/configSchema.go @@ -81,7 +81,7 @@ const configSchema = `{ "description": "Optional: Allow lines without a cluster tag, use this as default", "type": "string" } - } + }, "required": ["subscribe-to"] } }