Correlations: change casing of *UID properties (#52836)
* Correlations: change casing of *UID properties * add link to correlations HTTP API
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ datasources:
|
||||
withCredentials: true
|
||||
isDefault: true
|
||||
correlations:
|
||||
- targetUid: a target
|
||||
- targetUID: a target
|
||||
label: a label
|
||||
description: a description
|
||||
jsonData:
|
||||
|
||||
+2
-2
@@ -7,9 +7,9 @@ datasources:
|
||||
access: proxy
|
||||
url: http://localhost:8080
|
||||
correlations:
|
||||
- targetUid: graphite
|
||||
- targetUID: graphite
|
||||
label: a label
|
||||
description: a description
|
||||
- targetUid: graphite
|
||||
- targetUID: graphite
|
||||
label: a second label
|
||||
description: a second description
|
||||
@@ -11,7 +11,7 @@ datasources:
|
||||
with_credentials: true
|
||||
is_default: true
|
||||
correlations:
|
||||
- targetUid: a target
|
||||
- targetUID: a target
|
||||
label: a label
|
||||
description: a description
|
||||
json_data:
|
||||
|
||||
Reference in New Issue
Block a user