Query definition for the host map widget. Supports two mutually exclusive formats distinguished by the presence of request_type: the legacy metric-based format (fill/size) and the infrastructure-backed format (request_type, node_type, enrichments).

Hierarchy

  • HostMapWidgetDefinitionRequests

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Infrastructure-backed request for the host map widget. Supports entity-based visualization with metric query enrichments, tag-based filtering, flexible grouping, and hierarchical views.

conditionalFormats?: WidgetConditionalFormat[]

List of conditional formatting rules applied to fill values.

Metric or event queries joined to the entity set. Each formula specifies a visual dimension.

Updated host map.

filter?: string

Filter string for the entity set in tag format (for example, env:prod).

Defines how entities are grouped into tiles. The ordering of entries implies the grouping hierarchy.

noGroupHosts?: boolean

Whether to hide entities that have no group assignment.

noMetricHosts?: boolean

Whether to hide entities that have no enrichment data.

Which type of infrastructure entity to visualize in the host map.

Identifies this as an infrastructure-backed host map request.

Updated host map.

Style configuration for the infrastructure host map.

Generated using TypeDoc