change deprecated defaultMetrics loader to new confkey

- see PR #333
This commit is contained in:
Christoph Kluge
2025-10-08 18:24:41 +02:00
parent e296cd7ca0
commit 471ec1cd2e
3 changed files with 6 additions and 13 deletions

View File

@@ -11,6 +11,8 @@ import (
"strings"
)
// DEPRECATED: SUPERSEDED BY NEW USER CONFIG - userConfig.go / web.go
type DefaultMetricsCluster struct {
Name string `json:"name"`
DefaultMetrics string `json:"default_metrics"`