Track server config (selected files)
This commit is contained in:
106
opt/grafana/plugins/grafana-metricsdrilldown-app/plugin.json
Normal file
106
opt/grafana/plugins/grafana-metricsdrilldown-app/plugin.json
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
|
||||
"type": "app",
|
||||
"name": "Grafana Metrics Drilldown",
|
||||
"id": "grafana-metricsdrilldown-app",
|
||||
"dependencies": {
|
||||
"grafanaDependency": ">=11.6.0",
|
||||
"plugins": []
|
||||
},
|
||||
"preload": true,
|
||||
"autoEnabled": true,
|
||||
"info": {
|
||||
"keywords": [
|
||||
"drilldown",
|
||||
"metrics",
|
||||
"app",
|
||||
"prometheus",
|
||||
"mimir"
|
||||
],
|
||||
"description": "Quickly find related metrics with a few clicks, without needing to write PromQL queries to retrieve metrics.",
|
||||
"author": {
|
||||
"name": "Grafana"
|
||||
},
|
||||
"logos": {
|
||||
"small": "img/logo.svg",
|
||||
"large": "img/logo.svg"
|
||||
},
|
||||
"screenshots": [
|
||||
{
|
||||
"name": "metricselect",
|
||||
"path": "img/metrics-drilldown.png"
|
||||
},
|
||||
{
|
||||
"name": "breakdown",
|
||||
"path": "img/breakdown.png"
|
||||
}
|
||||
],
|
||||
"version": "1.0.19",
|
||||
"updated": "2025-10-22",
|
||||
"links": [
|
||||
{
|
||||
"name": "GitHub",
|
||||
"url": "https://github.com/grafana/metrics-drilldown"
|
||||
},
|
||||
{
|
||||
"name": "Report a bug",
|
||||
"url": "https://github.com/grafana/metrics-drilldown/issues/new"
|
||||
}
|
||||
]
|
||||
},
|
||||
"includes": [
|
||||
{
|
||||
"type": "page",
|
||||
"name": "Grafana Metrics Drilldown",
|
||||
"path": "/a/grafana-metricsdrilldown-app/drilldown",
|
||||
"action": "datasources:explore",
|
||||
"addToNav": true,
|
||||
"defaultNav": true
|
||||
}
|
||||
],
|
||||
"extensions": {
|
||||
"addedLinks": [
|
||||
{
|
||||
"targets": [
|
||||
"grafana/dashboard/panel/menu",
|
||||
"grafana/explore/toolbar/action",
|
||||
"grafana-assistant-app/navigateToDrilldown/v1",
|
||||
"grafana/alerting/alertingrule/queryeditor"
|
||||
],
|
||||
"title": "Open in Grafana Metrics Drilldown",
|
||||
"description": "Open current query in the Grafana Metrics Drilldown view"
|
||||
},
|
||||
{
|
||||
"targets": [
|
||||
"grafana-metricsdrilldown-app/grafana-assistant-app/navigateToDrilldown/v0-alpha"
|
||||
],
|
||||
"title": "Navigate to metrics drilldown",
|
||||
"description": "Build a url path to the metrics drilldown"
|
||||
},
|
||||
{
|
||||
"targets": [
|
||||
"grafana/datasources/config/actions",
|
||||
"grafana/datasources/config/status"
|
||||
],
|
||||
"title": "Open in Metrics Drilldown",
|
||||
"description": "Browse metrics in Grafana Metrics Drilldown"
|
||||
}
|
||||
],
|
||||
"extensionPoints": [
|
||||
{
|
||||
"id": "grafana-exploremetrics-app/investigation/v1"
|
||||
},
|
||||
{
|
||||
"id": "grafana-metricsdrilldown-app/open-in-logs-drilldown/v1"
|
||||
}
|
||||
],
|
||||
"exposedComponents": [
|
||||
{
|
||||
"id": "grafana-metricsdrilldown-app/label-breakdown-component/v1",
|
||||
"title": "Label Breakdown",
|
||||
"description": "A metrics label breakdown view from the Metrics Drilldown app."
|
||||
}
|
||||
]
|
||||
},
|
||||
"buildMode": "production"
|
||||
}
|
||||
Reference in New Issue
Block a user