mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
CloudWatch: enable min_interval (#20260)
This commit is contained in:

committed by
Erik Sundell

parent
65bacf2df6
commit
e33cf32b97
@ -13,6 +13,11 @@
|
|||||||
{ "type": "dashboard", "name": "Logs", "path": "dashboards/Logs.json" },
|
{ "type": "dashboard", "name": "Logs", "path": "dashboards/Logs.json" },
|
||||||
{ "type": "dashboard", "name": "RDS", "path": "dashboards/RDS.json" }
|
{ "type": "dashboard", "name": "RDS", "path": "dashboards/RDS.json" }
|
||||||
],
|
],
|
||||||
|
|
||||||
|
"queryOptions": {
|
||||||
|
"minInterval": true
|
||||||
|
},
|
||||||
|
|
||||||
"info": {
|
"info": {
|
||||||
"description": "Data source for Amazon AWS monitoring service",
|
"description": "Data source for Amazon AWS monitoring service",
|
||||||
"author": {
|
"author": {
|
||||||
|
Reference in New Issue
Block a user