From 525d99140fdecadc171ef7920cab8bda37195ee4 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Fri, 23 Jan 2026 10:15:29 +0100 Subject: [PATCH] Fix missing comma in metristore schema --- pkg/metricstore/configSchema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } }