1234567891011121314151617181920212223242526272829 |
- {
- "type": "datasource",
- "name": "InfluxDB",
- "id": "influxdb",
- "category": "tsdb",
- "defaultMatchFormat": "regex values",
- "metrics": true,
- "logs": true,
- "annotations": true,
- "alerting": true,
- "backend": true,
- "queryOptions": {
- "minInterval": true
- },
- "info": {
- "description": "Open source time series database",
- "author": {
- "name": "Grafana Labs",
- "url": "https://grafana.com"
- },
- "logos": {
- "small": "img/influxdb_logo.svg",
- "large": "img/influxdb_logo.svg"
- }
- }
- }
|