Skip to content

Commit 49cafb9

Browse files
peekjef72amotl
authored andcommitted
dsquery: set smaller interval
1 parent 2934a4a commit 49cafb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana_client/knowledge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def query_factory(datasource, model: Optional[dict]) -> Union[Dict, str]:
147147
elif datasource_type == "graphite":
148148
query = {
149149
"target": expression,
150-
"from": "-1h",
150+
"from": "-5m",
151151
"until": "now",
152152
"format": "json",
153153
"maxDataPoints": 300

0 commit comments

Comments
 (0)