Skip to content

Commit 0758c0f

Browse files
authored
Merge pull request #115 from scalyr/DSET-3114-document-pq-gotchas
DSET-3114 Document confusing PQ behavior
2 parents 8370068 + 83175da commit 0758c0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ dashboard using Scalyr data.
110110
[this page](https://app.scalyr.com/help/power-queries) for more information
111111
on building Power Queries.
112112

113+
*Note* PowerQuery results are unsorted by default. If using a PowerQuery to
114+
populate a timeseries graph, make sure to sort results by appending
115+
`| sort -timestamp` to the query.
116+
113117
![PowerQuery](https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/master/src/img/PowerQuery.png)
114118

115119
You’ve successfully installed, configured and created a graph in Grafana using

0 commit comments

Comments
 (0)