Elasticsearch: Use interval provided by data request in backend (#60480)
* Elasticsearch: Remove interval caulation and use interval provises by grafana * Remove redundant code * Adjust snapshot tests * Update test * Fix lint
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
}
|
||||
],
|
||||
"timeField": "testtime",
|
||||
"intervalMs": 30000,
|
||||
"intervalMs": 1000,
|
||||
"interval": 1000000000,
|
||||
"maxDataPoints": 814
|
||||
},
|
||||
{
|
||||
@@ -35,7 +36,8 @@
|
||||
}
|
||||
],
|
||||
"timeField": "testtime",
|
||||
"intervalMs": 30000,
|
||||
"intervalMs": 1000,
|
||||
"interval": 1000000000,
|
||||
"maxDataPoints": 814
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user