mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
22 lines
381 B
JSON
22 lines
381 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "InfluxDB",
|
|
"id": "influxdb",
|
|
|
|
"defaultMatchFormat": "regex values",
|
|
"metrics": true,
|
|
"annotations": true,
|
|
"alerting": true,
|
|
|
|
"info": {
|
|
"author": {
|
|
"name": "Grafana Project",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/influxdb_logo.svg",
|
|
"large": "img/influxdb_logo.svg"
|
|
}
|
|
}
|
|
}
|