{
    "$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": "2.0.2",
        "updated": "2026-04-20",
        "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.6.11 <12 || >=12.0.10 <12.1 || >=12.1.7 <12.2 || >=12.2.5",
        "plugins": [],
        "extensions": {
            "exposedComponents": [
                "grafana-asserts-app/entity-assertions-widget/v1",
                "grafana-asserts-app/insights-timeline-widget/v1",
                "grafana-adaptivetraces-app/span-latency/v1",
                "grafana/query-library-context/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"
            },
            {
                "targets": [
                    "grafana-adaptivetraces-app/span-latency/v1"
                ],
                "title": "Span Latency",
                "description": "A component that renders a span latency view that can be embedded in other parts of Grafana."
            }
        ],
        "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"
                ]
            },
            {
                "targets": [
                    "grafana-assistant-app/navigateToDrilldown/v1"
                ],
                "title": "Grafana assistant link",
                "description": "Create a link to the Traces Drilldown app"
            }
        ],
        "extensionPoints": [
            {
                "id": "grafana-exploretraces-app/get-logs-drilldown-link/v1"
            }
        ]
    },
    "buildMode": "production"
}