[DOCS-14176] Update Host Map widget docs for refreshed "v2" infrastructure requests#37177
Merged
Merged
Conversation
Contributor
Preview links (active after the
|
OliviaShoup
requested changes
Jun 3, 2026
OliviaShoup
left a comment
Contributor
There was a problem hiding this comment.
this is an amazing update 🚀 asked for some tiny changes before we approve
Co-authored-by: Olivia Shoup <116908616+OliviaShoup@users.noreply.github.com>
Co-authored-by: Olivia Shoup <116908616+OliviaShoup@users.noreply.github.com>
Co-authored-by: Olivia Shoup <116908616+OliviaShoup@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Rewrites the Host Map widget documentation for the v2 infrastructure request type. The widget has been fully refreshed and now supports hosts, containers, pods, and clusters via a new backend powered by the infrastructure query API.
Changes:
content/en/dashboards/widgets/hostmap.md: Replaces the legacy 7-step metric-based configuration guide with v2 field descriptions covering node type, filter, group by, fill by, size by, style, conditional formats, and the hierarchical child layer.The v2 infra mode replaces the legacy widget. Existing widgets can be migrated in the Datadog UI.
Related: DEX-519 | DOCS-14176
Merge readiness:
hostmap-2.png,hostmap_setup-2.png)Additional notes
The API reference section (
{{< dashboards-widgets-api >}}) is already up to date. The schema was added via PR #37073 (merged).