Introduce updstream TS pull

This commit is contained in:
2025-12-21 06:34:17 +01:00
parent 1cd4a57bd3
commit 5a65044caf
5 changed files with 257 additions and 3 deletions

View File

@@ -113,9 +113,10 @@ type FilterRanges struct {
}
type ClusterConfig struct {
Name string `json:"name"`
FilterRanges *FilterRanges `json:"filterRanges"`
MetricDataRepository json.RawMessage `json:"metricDataRepository"`
Name string `json:"name"`
FilterRanges *FilterRanges `json:"filterRanges"`
MetricDataRepository json.RawMessage `json:"metricDataRepository"`
UpstreamMetricRepository *json.RawMessage `json:"upstreamMetricRepository,omitempty"`
}
var Clusters []*ClusterConfig