File tree Expand file tree Collapse file tree 6 files changed +11
-17
lines changed Expand file tree Collapse file tree 6 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.3.7
4+
5+ Improve support for visualizing Power Query results on newer versions of Grafana.
6+
37## 2.3.6
48
59Fix issue with annotations where configured query would be ignored. (#78 ) (Yan Shnayder)
Original file line number Diff line number Diff line change @@ -239,15 +239,10 @@ and variables are accepted in DataLinks but there are limitations due to a
2392391. Breakdown graphs are currently not supported. These may be supported in the
240240 future.
241241
242- 2. Power Queries is an experimental feature and requires the user to change the
243- visualization to a ***“table”*** inside Grafana. You can also attempt to graph
244- your results with a ***“graph”*** visualization, by setting the x-axis mode
245- to ***“series”***.
246-
247- 3. Complex queries with multiple functions are currently not supported. These may
242+ 2. Complex queries with multiple functions are currently not supported. These may
248243 be supported in the future.
249244
250- 4 . The DataLinks feature currently only works for queries without variables due to
245+ 3 . The DataLinks feature currently only works for queries without variables due to
251246 a [Grafana bug](https://github.com/grafana/grafana/issues/22183).
252247
253248## Contributing
Original file line number Diff line number Diff line change @@ -239,15 +239,10 @@ and variables are accepted in DataLinks but there are limitations due to a
2392391. Breakdown graphs are currently not supported. These may be supported in the
240240 future.
241241
242- 2. Power Queries is an experimental feature and requires the user to change the
243- visualization to a ***“table”*** inside Grafana. You can also attempt to graph
244- your results with a ***“graph”*** visualization, by setting the x-axis mode
245- to ***“series”***.
246-
247- 3. Complex queries with multiple functions are currently not supported. These may
242+ 2. Complex queries with multiple functions are currently not supported. These may
248243 be supported in the future.
249244
250- 4 . The DataLinks feature currently only works for queries without variables due to
245+ 3 . The DataLinks feature currently only works for queries without variables due to
251246 a [Grafana bug](https://github.com/grafana/grafana/issues/22183).
252247
253248## Contributing
Original file line number Diff line number Diff line change 66 "name" : " Scalyr" ,
77 "id" : " scalyr-datasource" ,
88 "info" : {
9- "version" : " 2.3.6 " ,
9+ "version" : " 2.3.7 " ,
1010 "description" : " Scalyr Observability Platform" ,
1111 "author" : {
1212 "name" : " Scalyr" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " scalyr-grafana-datasource-plugin" ,
3- "version" : " 2.3.6 " ,
3+ "version" : " 2.3.7 " ,
44 "description" : " This grafana plugin allows Scalyr as a datasource for metrics and graphs" ,
55 "main" : " webpack.config.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 66 "name" : " Scalyr" ,
77 "id" : " scalyr-datasource" ,
88 "info" : {
9- "version" : " 2.3.6 " ,
9+ "version" : " 2.3.7 " ,
1010 "description" : " Scalyr Observability Platform" ,
1111 "author" : {
1212 "name" : " Scalyr" ,
You can’t perform that action at this time.
0 commit comments