File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,14 @@ artifacts/
25
25
work /
26
26
ci /
27
27
28
+ # config test file
29
+ test_grafana.ini
30
+
28
31
# Editor
29
32
.idea
30
33
31
34
pkg /__debug_bin
32
35
33
36
** /.DS_Store
34
37
.eslintcache
38
+ .levitate_output
Original file line number Diff line number Diff line change 1
1
# QuestDB data source for Grafana
2
2
3
- The QuestDB data source plugin enables querying and visualization of your
4
- QuestDB time series data directly within Grafana. Compatible with all
5
- editions—Grafana OSS, Grafana Enterprise, and Grafana Cloud—it also
3
+ The QuestDB data source plugin enables querying and visualization of your
4
+ QuestDB time series data directly within Grafana. Compatible with all
5
+ editions—Grafana OSS, Grafana Enterprise, and Grafana Cloud—it also
6
6
fully supports both QuestDB OSS and QuestDB Enterprise.
7
7
8
8
9
9
<img alt =" Sql builder screenshot " src =" https://github.com/questdb/grafana-questdb-datasource/blob/main/sql_builder.png?raw=true " width =" 800 " >
10
10
11
+ The plugin supports [ Private Data Source Connect] ( https://grafana.com/docs/grafana-cloud/connect-externally-hosted/private-data-source-connect/ ) (
12
+ minimum version required ` 0.1.6 ` ).
11
13
12
14
## Installation
13
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " questdb-questdb-datasource" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " QuestDB Datasource for Grafana" ,
5
5
"engines" : {
6
6
"node" : " >=18"
You can’t perform that action at this time.
0 commit comments