Files
server/opt/grafana/plugins/grafana-exploretraces-app/plugin.json
2025-12-22 11:03:43 +00:00

122 lines
3.9 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "app",
"name": "Grafana Traces Drilldown",
"id": "grafana-exploretraces-app",
"preload": true,
"autoEnabled": true,
"info": {
"keywords": [
"app",
"tempo",
"traces",
"explore"
],
"description": "Use Rate, Errors, and Duration (RED) metrics derived from traces to investigate errors within complex distributed systems.",
"author": {
"name": "Grafana"
},
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"screenshots": [
{
"name": "histogram-breakdown",
"path": "img/histogram-breakdown.png"
},
{
"name": "errors-metric-flow",
"path": "img/errors-metric-flow.png"
},
{
"name": "errors-root-cause",
"path": "img/errors-root-cause.png"
}
],
"version": "1.2.0",
"updated": "2025-10-13",
"links": [
{
"name": "Github",
"url": "https://github.com/grafana/explore-traces"
},
{
"name": "Report bug",
"url": "https://github.com/grafana/explore-traces/issues/new"
}
]
},
"includes": [
{
"type": "page",
"name": "Explore",
"path": "/a/grafana-exploretraces-app/",
"action": "datasources:explore",
"addToNav": true,
"defaultNav": true
}
],
"dependencies": {
"grafanaDependency": ">=11.5.0",
"plugins": [],
"extensions": {
"exposedComponents": [
"grafana-asserts-app/entity-assertions-widget/v1",
"grafana-asserts-app/insights-timeline-widget/v1"
]
}
},
"extensions": {
"exposedComponents": [
{
"id": "grafana-exploretraces-app/open-in-explore-traces-button/v1",
"title": "Open in Traces Drilldown button",
"description": "A button that opens a traces view in the Traces Drilldown app."
},
{
"id": "grafana-exploretraces-app/embedded-trace-exploration/v1",
"title": "Embedded Trace Exploration",
"description": "A component that renders a trace exploration view that can be embedded in other parts of Grafana."
}
],
"addedComponents": [
{
"targets": [
"grafana-asserts-app/entity-assertions-widget/v1"
],
"title": "Asserts widget",
"description": "A block with assertions for a given service"
},
{
"targets": [
"grafana-asserts-app/insights-timeline-widget/v1"
],
"title": "Insights Timeline Widget",
"description": "Widget for displaying insights timeline in other apps"
}
],
"addedLinks": [
{
"targets": [
"grafana/dashboard/panel/menu"
],
"title": "Open in Traces Drilldown",
"description": "Open current query in the Traces Drilldown app"
},
{
"title": "Open in Grafana Traces Drilldown",
"description": "Try our new queryless experience for traces",
"targets": [
"grafana/explore/toolbar/action"
]
}
],
"extensionPoints": [
{
"id": "grafana-exploretraces-app/investigation/v1"
}
]
},
"buildMode": "production"
}