https://github.com/little-brother/httpsql-grafana-datasource
Httpsql datasource plugin for Grafana
https://github.com/little-brother/httpsql-grafana-datasource
database-monitoring grafana grafana-datasource
Last synced: 13 days ago
JSON representation
Httpsql datasource plugin for Grafana
- Host: GitHub
- URL: https://github.com/little-brother/httpsql-grafana-datasource
- Owner: little-brother
- License: mit
- Created: 2018-05-14T19:11:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T10:18:01.000Z (almost 7 years ago)
- Last Synced: 2025-04-13T20:14:25.581Z (13 days ago)
- Topics: database-monitoring, grafana, grafana-datasource
- Language: JavaScript
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Httpsql datasource plugin for Grafana
This is a Grafana plugin to vizualize [httpsql](https://github.com/little-brother/httpsql) responses.### Installation
* [Download and unpack](https://github.com/little-brother/httpsql-grafana-datasource/archive/master.zip) to
```
Win: %GRAFANA_PATH%/data/plugins
Nix: /var/lib/grafana/plugins
```
* Restart Grafana### How to use
1. Table panel can show any response.
2. Graph panel requires timeseries data. So httpsql must returns only two column `value` and `time` and supports `from` and `to` params.