Skip to content

Update unsupported widget types list for shared dashboards#36491

Open
tim-higgins-dd wants to merge 1 commit intomasterfrom
tim.higgins/shared-dashboard-unsupported-widgets
Open

Update unsupported widget types list for shared dashboards#36491
tim-higgins-dd wants to merge 1 commit intomasterfrom
tim.higgins/shared-dashboard-unsupported-widgets

Conversation

@tim-higgins-dd
Copy link
Copy Markdown
Contributor

What does this PR do?

Updates the unsupported widget types list in the shared dashboards docs to reflect the actual set of widget types that do not display data.

Added:

  • SLO Summary
  • Event Stream
  • Log Stream
  • Flame Graph
  • Uptime
  • Service Map

These are all present in the MORPHEUS_UNSUPPORTED_WIDGETS list in the shared dashboard query backend service and are absent from the MPDQ widget type allowlist, meaning they silently return empty data in all shared dashboard flavors (public, invite-only, embed).

The additions were identified by cross-referencing:

  • MORPHEUS_UNSUPPORTED_WIDGETS in domains/dashboardsnotebooks_backend/sharing/public_dashboard_lib/morpheus_query.py (dd-source)
  • The type enum in services/public-dashboard-query/schemas/definitions.schema.ts (web-ui)

A companion dd-source PR adds slo_summary to the backend unsupported list: https://github.com/DataDog/dd-source/pull/431047

Motivation

Support ticket: customer reported SLO Summary widgets are empty in a shared dashboard. Investigation revealed the docs unsupported list was incomplete.

@tim-higgins-dd tim-higgins-dd requested a review from a team as a code owner May 5, 2026 19:43
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Preview links (active after the build_preview check completes)

Modified Files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants