diff --git a/.gitignore b/.gitignore index 97e7da3..1f242f8 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,9 @@ artifacts/ work/ ci/ +# config test file +test_grafana.ini + # Editor .idea @@ -32,3 +35,4 @@ pkg/__debug_bin **/.DS_Store .eslintcache +.levitate_output diff --git a/README.md b/README.md index f0357fc..c03ec41 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # QuestDB data source for Grafana -The QuestDB data source plugin enables querying and visualization of your -QuestDB time series data directly within Grafana. Compatible with all -editions—Grafana OSS, Grafana Enterprise, and Grafana Cloud—it also +The QuestDB data source plugin enables querying and visualization of your +QuestDB time series data directly within Grafana. Compatible with all +editions—Grafana OSS, Grafana Enterprise, and Grafana Cloud—it also fully supports both QuestDB OSS and QuestDB Enterprise. Sql builder screenshot +The plugin supports [Private Data Source Connect](https://grafana.com/docs/grafana-cloud/connect-externally-hosted/private-data-source-connect/) ( +minimum version required `0.1.6`). ## Installation diff --git a/package.json b/package.json index 99e5e46..9cbad3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "questdb-questdb-datasource", - "version": "0.1.5", + "version": "0.1.6", "description": "QuestDB Datasource for Grafana", "engines": { "node": ">=18"