File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.0.1
3
+ ## 0.0.6
4
4
5
- Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported.
5
+ - Remove redundant example query from script dropdown
6
6
7
7
## 0.0.5
8
8
9
9
- Fix bug where column/groupby builder selections were cleared out when changing visualization type
10
10
- Update script descriptions to indicate the visualization type to use
11
+
12
+ ## 0.0.1
13
+
14
+ Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pixie-pixie-datasource" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
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.5 " ,
32
- "updated" : " 2022-07-15 "
31
+ "version" : " 0.0.6 " ,
32
+ "updated" : " 2022-07-19 "
33
33
},
34
34
"dependencies" : {
35
35
"grafanaDependency" : " >=7.0.0" ,
You can’t perform that action at this time.
0 commit comments