Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 548 Bytes

File metadata and controls

17 lines (12 loc) · 548 Bytes

Httpsql datasource plugin for Grafana

This is a Grafana plugin to vizualize httpsql responses.

Installation

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.