File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.0.1
4
4
5
- Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported.
5
+ Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported.
6
+
7
+ ## 0.0.5
8
+
9
+ - Fix bug where column/groupby builder selections were cleared out when changing visualization type
10
+ - Update script descriptions to indicate the visualization type to use
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pixie-pixie-datasource" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " Pixie's Grafana Datasource Plugin" ,
5
5
"scripts" : {
6
6
"build" : " grafana-toolkit plugin:build" ,
Original file line number Diff line number Diff line change 28
28
}
29
29
],
30
30
"screenshots" : [],
31
- "version" : " 0.0.4 " ,
32
- "updated" : " 2022-07-11 "
31
+ "version" : " 0.0.5 " ,
32
+ "updated" : " 2022-07-15 "
33
33
},
34
34
"dependencies" : {
35
35
"grafanaDependency" : " >=7.0.0" ,
You can’t perform that action at this time.
0 commit comments