Glue: Return correlation config in GET /correlations (#55801)

* Fix getting and creating correlations config

* Fix tests
This commit is contained in:
Piotr Jamróz
2022-09-28 13:17:43 +02:00
committed by GitHub
parent 43dc92d12c
commit a8f43b97a2
7 changed files with 22 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ var (
// CorrelationConfigTarget is the target data query specific to target data source (Correlation.TargetUID)
// swagger:model
type CorrelationConfigTarget struct{}
type CorrelationConfigTarget interface{}
// swagger:model
type CorrelationConfig struct {