Skip to content

Commit

Permalink
fix: bump maxDataPoints
Browse files Browse the repository at this point in the history
  • Loading branch information
crebsy committed Jul 18, 2023
1 parent b4b2f56 commit 2421d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _ds_query(query, ts):
"expr": query,
"utcOffsetSec": 0,
"datasourceId": 1,
"maxDataPoints": 10
"maxDataPoints": 50
}
],
"from": str(from_millis), "to": str(to_millis)
Expand Down

0 comments on commit 2421d76

Please sign in to comment.