Category: Cloud, Application Status: good
Connects to a Grafana instance for viewing dashboards, uploading dashboard definitions, and receiving real-time streaming data via the Grafana Live API.
| Field | Default | Description |
|---|---|---|
| host | localhost | Grafana server hostname or IP |
| user | (empty) | Grafana username (must have Editor or Admin role) |
| password | (empty) | Password (min 4 chars) |
| url | (empty) | Full Grafana URL (overrides host) |
Grafana local username and password. The adapter authenticates via HTTP Basic Auth against the Grafana REST API. The account must have Editor or Admin role to push live streaming data.
Dashboard browsing is available through the catalog view.
The adapter supports live streaming of Binance trade data into Grafana via the Grafana Live push API.
{grafana_url}/api/live/push/binance in InfluxDB line protocol format:
SOLUSDT,SOLUSDT=trade price=156.5,quantity=0.005 1722511027253843000stream/binance automatically on first message.-- Grafana -- (the built-in datasource).Live Measurements.stream/binance.price, quantity.Note: Grafana Live does not persist data. Data is only visible while the stream is active. To retain historical data, use the Binance → PostgreSQL stream and connect Grafana to that database as a datasource.
| Field | Description |
|---|---|
price |
Trade price (from Binance p field) |
quantity |
Trade quantity (from Binance q field) |
| measurement | Trading symbol, e.g. SOLUSDT |
| tag | {symbol}=trade |