123456789101112131415161718192021222324 |
- {
- "type": "datasource",
- "name": "OpenTSDB",
- "id": "opentsdb",
- "category": "tsdb",
- "metrics": true,
- "defaultMatchFormat": "pipe",
- "annotations": true,
- "alerting": true,
- "backend": true,
- "info": {
- "description": "Open source time series database",
- "author": {
- "name": "Grafana Labs",
- "url": "https://grafana.com"
- },
- "logos": {
- "small": "img/opentsdb_logo.png",
- "large": "img/opentsdb_logo.png"
- }
- }
- }
|