Files
Yulia Shanyrova cbdf2eecab Plugins: Update some links in plugin jsons due of mistakes in previous PR (#102214)
* update some links in plugin jsons update backend tests

* fix the test

* fix the test

* Update public/app/plugins/datasource/azuremonitor/plugin.json

Co-authored-by: David Harris <david.harris@grafana.com>

* more docs links added, fix tests

---------

Co-authored-by: David Harris <david.harris@grafana.com>
2025-03-20 09:25:04 +01:00

30 lines
702 B
JSON

{
"type": "datasource",
"name": "-- Mixed --",
"id": "mixed",
"builtIn": true,
"info": {
"description": "Lets you query multiple data sources in the same panel.",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-mixeddatasources.svg",
"large": "img/icn-mixeddatasources.svg"
},
"links": [
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
{ "name": "Documentation", "url": "https://grafana.com/docs/grafana/latest/datasources/#special-data-sources" }
]
},
"mixed": true,
"metrics": true,
"queryOptions": {
"minInterval": true
}
}