datadog.Dashboard
Explore with Pulumi AI
Provides a Datadog dashboard resource. This can be used to create and manage Datadog dashboards.
Example Usage
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.datadog.Dashboard;
import com.pulumi.datadog.DashboardArgs;
import com.pulumi.datadog.inputs.DashboardTemplateVariableArgs;
import com.pulumi.datadog.inputs.DashboardTemplateVariablePresetArgs;
import com.pulumi.datadog.inputs.DashboardWidgetArgs;
import com.pulumi.datadog.inputs.DashboardWidgetAlertGraphDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetAlertValueDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetChangeDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetDistributionDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetCheckStatusDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetHeatmapDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetHeatmapDefinitionYaxisArgs;
import com.pulumi.datadog.inputs.DashboardWidgetHostmapDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetHostmapDefinitionRequestArgs;
import com.pulumi.datadog.inputs.DashboardWidgetHostmapDefinitionStyleArgs;
import com.pulumi.datadog.inputs.DashboardWidgetNoteDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetQueryValueDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetQueryTableDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetScatterplotDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetScatterplotDefinitionRequestArgs;
import com.pulumi.datadog.inputs.DashboardWidgetScatterplotDefinitionXaxisArgs;
import com.pulumi.datadog.inputs.DashboardWidgetScatterplotDefinitionYaxisArgs;
import com.pulumi.datadog.inputs.DashboardWidgetServicemapDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetTimeseriesDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetTimeseriesDefinitionYaxisArgs;
import com.pulumi.datadog.inputs.DashboardWidgetToplistDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetGroupDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetServiceLevelObjectiveDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetEventStreamDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetWidgetLayoutArgs;
import com.pulumi.datadog.inputs.DashboardWidgetEventTimelineDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetFreeTextDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetIframeDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetImageDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetLogStreamDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetLogStreamDefinitionSortArgs;
import com.pulumi.datadog.inputs.DashboardWidgetManageStatusDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetTraceServiceDefinitionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var orderedDashboard = new Dashboard("orderedDashboard", DashboardArgs.builder()
.description("Created using the Datadog provider in Terraform")
.isReadOnly(true)
.layoutType("ordered")
.templateVariables(
DashboardTemplateVariableArgs.builder()
.default_("aws")
.name("var_1")
.prefix("host")
.build(),
DashboardTemplateVariableArgs.builder()
.default_("autoscaling")
.name("var_2")
.prefix("service_name")
.build())
.templateVariablePresets(DashboardTemplateVariablePresetArgs.builder()
.name("preset_1")
.templateVariables(
DashboardTemplateVariablePresetTemplateVariableArgs.builder()
.name("var_1")
.value("host.dc")
.build(),
DashboardTemplateVariablePresetTemplateVariableArgs.builder()
.name("var_2")
.value("my_service")
.build())
.build())
.title("Ordered Layout Dashboard")
.widgets(
DashboardWidgetArgs.builder()
.alertGraphDefinition(DashboardWidgetAlertGraphDefinitionArgs.builder()
.alertId("895605")
.liveSpan("1h")
.title("Widget Title")
.vizType("timeseries")
.build())
.build(),
DashboardWidgetArgs.builder()
.alertValueDefinition(DashboardWidgetAlertValueDefinitionArgs.builder()
.alertId("895605")
.precision(3)
.textAlign("center")
.title("Widget Title")
.unit("b")
.build())
.build(),
DashboardWidgetArgs.builder()
.alertValueDefinition(DashboardWidgetAlertValueDefinitionArgs.builder()
.alertId("895605")
.precision(3)
.textAlign("center")
.title("Widget Title")
.unit("b")
.build())
.build(),
DashboardWidgetArgs.builder()
.changeDefinition(DashboardWidgetChangeDefinitionArgs.builder()
.liveSpan("1h")
.request(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.title("Widget Title")
.build())
.build(),
DashboardWidgetArgs.builder()
.distributionDefinition(DashboardWidgetDistributionDefinitionArgs.builder()
.liveSpan("1h")
.request(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.title("Widget Title")
.build())
.build(),
DashboardWidgetArgs.builder()
.checkStatusDefinition(DashboardWidgetCheckStatusDefinitionArgs.builder()
.check("aws.ecs.agent_connected")
.groupBy(
"account",
"cluster")
.grouping("cluster")
.liveSpan("1h")
.tags(
"account:demo",
"cluster:awseb-ruthebdog-env-8-dn3m6u3gvk")
.title("Widget Title")
.build())
.build(),
DashboardWidgetArgs.builder()
.heatmapDefinition(DashboardWidgetHeatmapDefinitionArgs.builder()
.liveSpan("1h")
.request(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.title("Widget Title")
.yaxis(DashboardWidgetHeatmapDefinitionYaxisArgs.builder()
.includeZero(true)
.max(2)
.min(1)
.scale("sqrt")
.build())
.build())
.build(),
DashboardWidgetArgs.builder()
.hostmapDefinition(DashboardWidgetHostmapDefinitionArgs.builder()
.group(
"host",
"region")
.noGroupHosts(true)
.noMetricHosts(true)
.nodeType("container")
.request(DashboardWidgetHostmapDefinitionRequestArgs.builder()
.fill(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.size(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.scope(
"region:us-east-1",
"aws_account:727006795293")
.style(DashboardWidgetHostmapDefinitionStyleArgs.builder()
.fillMax("20")
.fillMin("10")
.palette("yellow_to_green")
.paletteFlip(true)
.build())
.title("Widget Title")
.build())
.build(),
DashboardWidgetArgs.builder()
.noteDefinition(DashboardWidgetNoteDefinitionArgs.builder()
.backgroundColor("pink")
.content("note text")
.fontSize("14")
.showTick(true)
.textAlign("center")
.tickEdge("left")
.tickPos("50%")
.build())
.build(),
DashboardWidgetArgs.builder()
.queryValueDefinition(DashboardWidgetQueryValueDefinitionArgs.builder()
.autoscale(true)
.customUnit("xx")
.liveSpan("1h")
.precision("4")
.request(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.textAlign("right")
.title("Widget Title")
.build())
.build(),
DashboardWidgetArgs.builder()
.queryTableDefinition(DashboardWidgetQueryTableDefinitionArgs.builder()
.liveSpan("1h")
.request(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.title("Widget Title")
.build())
.build(),
DashboardWidgetArgs.builder()
.scatterplotDefinition(DashboardWidgetScatterplotDefinitionArgs.builder()
.colorByGroups(
"account",
"apm-role-group")
.liveSpan("1h")
.request(DashboardWidgetScatterplotDefinitionRequestArgs.builder()
.x(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.y(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.title("Widget Title")
.xaxis(DashboardWidgetScatterplotDefinitionXaxisArgs.builder()
.includeZero(true)
.label("x")
.max("2000")
.min("1")
.scale("pow")
.build())
.yaxis(DashboardWidgetScatterplotDefinitionYaxisArgs.builder()
.includeZero(false)
.label("y")
.max("2222")
.min("5")
.scale("log")
.build())
.build())
.build(),
DashboardWidgetArgs.builder()
.servicemapDefinition(DashboardWidgetServicemapDefinitionArgs.builder()
.filters(
"env:prod",
"datacenter:dc1")
.service("master-db")
.title("env: prod, datacenter:dc1, service: master-db")
.titleAlign("left")
.titleSize("16")
.build())
.build(),
DashboardWidgetArgs.builder()
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.event(
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.legendSize("2")
.liveSpan("1h")
.marker(
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.request(
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.showLegend(true)
.title("Widget Title")
.yaxis(DashboardWidgetTimeseriesDefinitionYaxisArgs.builder()
.includeZero(false)
.max(100)
.scale("log")
.build())
.build())
.build(),
DashboardWidgetArgs.builder()
.toplistDefinition(DashboardWidgetToplistDefinitionArgs.builder()
.request(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.title("Widget Title")
.build())
.build(),
DashboardWidgetArgs.builder()
.groupDefinition(DashboardWidgetGroupDefinitionArgs.builder()
.layoutType("ordered")
.title("Group Widget")
.widget(
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.build(),
DashboardWidgetArgs.builder()
.serviceLevelObjectiveDefinition(DashboardWidgetServiceLevelObjectiveDefinitionArgs.builder()
.showErrorBudget(true)
.sloId("56789")
.timeWindows(
"7d",
"previous_week")
.title("Widget Title")
.viewMode("overall")
.viewType("detail")
.build())
.build())
.build());
var freeDashboard = new Dashboard("freeDashboard", DashboardArgs.builder()
.description("Created using the Datadog provider in Terraform")
.isReadOnly(false)
.layoutType("free")
.templateVariables(
DashboardTemplateVariableArgs.builder()
.default_("aws")
.name("var_1")
.prefix("host")
.build(),
DashboardTemplateVariableArgs.builder()
.default_("autoscaling")
.name("var_2")
.prefix("service_name")
.build())
.templateVariablePresets(DashboardTemplateVariablePresetArgs.builder()
.name("preset_1")
.templateVariables(
DashboardTemplateVariablePresetTemplateVariableArgs.builder()
.name("var_1")
.value("host.dc")
.build(),
DashboardTemplateVariablePresetTemplateVariableArgs.builder()
.name("var_2")
.value("my_service")
.build())
.build())
.title("Free Layout Dashboard")
.widgets(
DashboardWidgetArgs.builder()
.eventStreamDefinition(DashboardWidgetEventStreamDefinitionArgs.builder()
.eventSize("l")
.liveSpan("1h")
.query("*")
.title("Widget Title")
.titleAlign("left")
.titleSize(16)
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(43)
.width(32)
.x(0)
.y(0)
.build())
.build(),
DashboardWidgetArgs.builder()
.eventTimelineDefinition(DashboardWidgetEventTimelineDefinitionArgs.builder()
.liveSpan("1h")
.query("*")
.title("Widget Title")
.titleAlign("left")
.titleSize(16)
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(9)
.width(66)
.x(33)
.y(60)
.build())
.build(),
DashboardWidgetArgs.builder()
.freeTextDefinition(DashboardWidgetFreeTextDefinitionArgs.builder()
.color("#d00")
.fontSize("36")
.text("free text content")
.textAlign("left")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(20)
.width(34)
.x(33)
.y(0)
.build())
.build(),
DashboardWidgetArgs.builder()
.iframeDefinition(DashboardWidgetIframeDefinitionArgs.builder()
.url("http://google.com")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(46)
.width(39)
.x(101)
.y(0)
.build())
.build(),
DashboardWidgetArgs.builder()
.imageDefinition(DashboardWidgetImageDefinitionArgs.builder()
.margin("small")
.sizing("fit")
.url("https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&h=350")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(20)
.width(30)
.x(69)
.y(0)
.build())
.build(),
DashboardWidgetArgs.builder()
.logStreamDefinition(DashboardWidgetLogStreamDefinitionArgs.builder()
.columns(
"core_host",
"core_service",
"tag_source")
.indexes("main")
.messageDisplay("expanded-md")
.query("error")
.showDateColumn(true)
.showMessageColumn(true)
.sort(DashboardWidgetLogStreamDefinitionSortArgs.builder()
.column("time")
.order("desc")
.build())
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(36)
.width(32)
.x(0)
.y(45)
.build())
.build(),
DashboardWidgetArgs.builder()
.manageStatusDefinition(DashboardWidgetManageStatusDefinitionArgs.builder()
.colorPreference("text")
.displayFormat("countsAndList")
.hideZeroCounts(true)
.query("type:metric")
.showLastTriggered(false)
.sort("status,asc")
.summaryType("monitors")
.title("Widget Title")
.titleAlign("left")
.titleSize(16)
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(40)
.width(30)
.x(101)
.y(48)
.build())
.build(),
DashboardWidgetArgs.builder()
.traceServiceDefinition(DashboardWidgetTraceServiceDefinitionArgs.builder()
.displayFormat("three_column")
.env("datadog.com")
.liveSpan("1h")
.service("alerting-cassandra")
.showBreakdown(true)
.showDistribution(true)
.showErrors(true)
.showHits(true)
.showLatency(false)
.showResourceList(false)
.sizeFormat("large")
.spanName("cassandra.query")
.title("alerting-cassandra #env:datadog.com")
.titleAlign("center")
.titleSize("13")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(38)
.width(66)
.x(33)
.y(21)
.build())
.build(),
DashboardWidgetArgs.builder()
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.request(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(16)
.width(25)
.x(58)
.y(83)
.build())
.build(),
DashboardWidgetArgs.builder()
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.request(
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(16)
.width(28)
.x(29)
.y(83)
.build())
.build(),
DashboardWidgetArgs.builder()
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.request(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(16)
.width(28)
.x(0)
.y(83)
.build())
.build())
.build());
}
}
Coming soon!
Coming soon!
resources:
# Example Ordered Layout
orderedDashboard:
type: datadog:Dashboard
properties:
description: Created using the Datadog provider in Terraform
isReadOnly: true
layoutType: ordered
templateVariables:
- default: aws
name: var_1
prefix: host
- default: autoscaling
name: var_2
prefix: service_name
templateVariablePresets:
- name: preset_1
templateVariables:
- name: var_1
value: host.dc
- name: var_2
value: my_service
title: Ordered Layout Dashboard
widgets:
- alertGraphDefinition:
alertId: '895605'
liveSpan: 1h
title: Widget Title
vizType: timeseries
- alertValueDefinition:
alertId: '895605'
precision: 3
textAlign: center
title: Widget Title
unit: b
- alertValueDefinition:
alertId: '895605'
precision: 3
textAlign: center
title: Widget Title
unit: b
- changeDefinition:
liveSpan: 1h
request:
- changeType: absolute
compareTo: week_before
increaseGood: true
orderBy: name
orderDir: desc
q: avg:system.load.1{env:staging} by {account}
showPresent: true
title: Widget Title
- distributionDefinition:
liveSpan: 1h
request:
- q: avg:system.load.1{env:staging} by {account}
style:
palette: warm
title: Widget Title
- checkStatusDefinition:
check: aws.ecs.agent_connected
groupBy:
- account
- cluster
grouping: cluster
liveSpan: 1h
tags:
- account:demo
- cluster:awseb-ruthebdog-env-8-dn3m6u3gvk
title: Widget Title
- heatmapDefinition:
liveSpan: 1h
request:
- q: avg:system.load.1{env:staging} by {account}
style:
palette: warm
title: Widget Title
yaxis:
includeZero: true
max: 2
min: 1
scale: sqrt
- hostmapDefinition:
group:
- host
- region
noGroupHosts: true
noMetricHosts: true
nodeType: container
request:
fill:
- q: avg:system.load.1{*} by {host}
size:
- q: avg:memcache.uptime{*} by {host}
scope:
- region:us-east-1
- aws_account:727006795293
style:
fillMax: '20'
fillMin: '10'
palette: yellow_to_green
paletteFlip: true
title: Widget Title
- noteDefinition:
backgroundColor: pink
content: note text
fontSize: '14'
showTick: true
textAlign: center
tickEdge: left
tickPos: 50%
- queryValueDefinition:
autoscale: true
customUnit: xx
liveSpan: 1h
precision: '4'
request:
- aggregator: sum
conditionalFormats:
- comparator: <
palette: white_on_green
value: '2'
- comparator: '>'
palette: white_on_red
value: '2.2'
q: avg:system.load.1{env:staging} by {account}
textAlign: right
title: Widget Title
- queryTableDefinition:
liveSpan: 1h
request:
- aggregator: sum
conditionalFormats:
- comparator: <
palette: white_on_green
value: '2'
- comparator: '>'
palette: white_on_red
value: '2.2'
limit: '10'
q: avg:system.load.1{env:staging} by {account}
title: Widget Title
- scatterplotDefinition:
colorByGroups:
- account
- apm-role-group
liveSpan: 1h
request:
x:
- aggregator: max
q: avg:system.cpu.user{*} by {service, account}
y:
- aggregator: min
q: avg:system.mem.used{*} by {service, account}
title: Widget Title
xaxis:
includeZero: true
label: x
max: '2000'
min: '1'
scale: pow
yaxis:
includeZero: false
label: y
max: '2222'
min: '5'
scale: log
- servicemapDefinition:
filters:
- env:prod
- datacenter:dc1
service: master-db
title: 'env: prod, datacenter:dc1, service: master-db'
titleAlign: left
titleSize: '16'
- timeseriesDefinition:
event:
- q: sources:test tags:1
- q: sources:test tags:2
legendSize: '2'
liveSpan: 1h
marker:
- displayType: error dashed
label: ' z=6 '
value: y = 4
- displayType: ok solid
label: ' x=8 '
value: 10 < y < 999
request:
- displayType: line
metadata:
- aliasName: Alpha
expression: avg:system.cpu.user{app:general} by {env}
q: avg:system.cpu.user{app:general} by {env}
style:
lineType: dashed
lineWidth: thin
palette: warm
- displayType: area
logQuery:
computeQuery:
aggregation: avg
facet: '@duration'
interval: 5000
groupBy:
- facet: host
limit: 10
sortQuery:
aggregation: avg
facet: '@duration'
order: desc
index: mcnulty
searchQuery: status:info
- apmQuery:
computeQuery:
aggregation: avg
facet: '@duration'
interval: 5000
groupBy:
- facet: resource_name
limit: 50
sortQuery:
aggregation: avg
facet: '@string_query.interval'
order: desc
index: apm-search
searchQuery: type:web
displayType: bars
- displayType: area
processQuery:
filterBy:
- active
limit: 50
metric: process.stat.cpu.total_pct
searchBy: error
showLegend: true
title: Widget Title
yaxis:
includeZero: false
max: 100
scale: log
- toplistDefinition:
request:
- conditionalFormats:
- comparator: <
palette: white_on_green
value: '2'
- comparator: '>'
palette: white_on_red
value: '2.2'
q: avg:system.cpu.user{app:general} by {env}
title: Widget Title
- groupDefinition:
layoutType: ordered
title: Group Widget
widget:
- noteDefinition:
backgroundColor: pink
content: cluster note widget
fontSize: '14'
showTick: true
textAlign: center
tickEdge: left
tickPos: 50%
- alertGraphDefinition:
alertId: '123'
liveSpan: 1h
title: Alert Graph
vizType: toplist
- serviceLevelObjectiveDefinition:
showErrorBudget: true
sloId: '56789'
timeWindows:
- 7d
- previous_week
title: Widget Title
viewMode: overall
viewType: detail
# Example Free Layout
freeDashboard:
type: datadog:Dashboard
properties:
description: Created using the Datadog provider in Terraform
isReadOnly: false
layoutType: free
templateVariables:
- default: aws
name: var_1
prefix: host
- default: autoscaling
name: var_2
prefix: service_name
templateVariablePresets:
- name: preset_1
templateVariables:
- name: var_1
value: host.dc
- name: var_2
value: my_service
title: Free Layout Dashboard
widgets:
- eventStreamDefinition:
eventSize: l
liveSpan: 1h
query: '*'
title: Widget Title
titleAlign: left
titleSize: 16
widgetLayout:
height: 43
width: 32
x: 0
y: 0
- eventTimelineDefinition:
liveSpan: 1h
query: '*'
title: Widget Title
titleAlign: left
titleSize: 16
widgetLayout:
height: 9
width: 66
x: 33
y: 60
- freeTextDefinition:
color: '#d00'
fontSize: '36'
text: free text content
textAlign: left
widgetLayout:
height: 20
width: 34
x: 33
y: 0
- iframeDefinition:
url: http://google.com
widgetLayout:
height: 46
width: 39
x: 101
y: 0
- imageDefinition:
margin: small
sizing: fit
url: https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&h=350
widgetLayout:
height: 20
width: 30
x: 69
y: 0
- logStreamDefinition:
columns:
- core_host
- core_service
- tag_source
indexes:
- main
messageDisplay: expanded-md
query: error
showDateColumn: true
showMessageColumn: true
sort:
column: time
order: desc
widgetLayout:
height: 36
width: 32
x: 0
y: 45
- manageStatusDefinition:
colorPreference: text
displayFormat: countsAndList
hideZeroCounts: true
query: type:metric
showLastTriggered: false
sort: status,asc
summaryType: monitors
title: Widget Title
titleAlign: left
titleSize: 16
widgetLayout:
height: 40
width: 30
x: 101
y: 48
- traceServiceDefinition:
displayFormat: three_column
env: datadog.com
liveSpan: 1h
service: alerting-cassandra
showBreakdown: true
showDistribution: true
showErrors: true
showHits: true
showLatency: false
showResourceList: false
sizeFormat: large
spanName: cassandra.query
title: 'alerting-cassandra #env:datadog.com'
titleAlign: center
titleSize: '13'
widgetLayout:
height: 38
width: 66
x: 33
y: 21
- timeseriesDefinition:
request:
- formula:
- alias: my ff query
formulaExpression: my_query_1 + my_query_2
- alias: my second ff query
formulaExpression: my_query_1 * my_query_2
limit:
count: 5
order: desc
query:
- metricQuery:
aggregator: sum
dataSource: metrics
name: my_query_1
query: avg:system.cpu.user{app:general} by {env}
- metricQuery:
aggregator: sum
name: my_query_2
query: avg:system.cpu.user{app:general} by {env}
widgetLayout:
height: 16
width: 25
x: 58
y: 83
- timeseriesDefinition:
request:
- query:
- eventQuery:
compute:
- aggregation: count
dataSource: logs
groupBy:
- facet: host
limit: 10
sort:
aggregation: avg
metric: '@lambda.max_memory_used'
indexes:
- days-3
name: my-query
- displayType: overlay
query:
- metricQuery:
dataSource: metrics
name: MyOverlay
query: avg:system.cpu.user{host:COMP-QJWVM2FYT4}
widgetLayout:
height: 16
width: 28
x: 29
y: 83
- timeseriesDefinition:
request:
- query:
- processQuery:
aggregator: sum
dataSource: process
isNormalizedCpu: true
limit: 10
metric: process.stat.cpu.total_pct
name: my_process_query
sort: asc
tagFilters:
- some_filter
textFilter: abc
widgetLayout:
height: 16
width: 28
x: 0
y: 83
Create Dashboard Resource
new Dashboard(name: string, args: DashboardArgs, opts?: CustomResourceOptions);
@overload
def Dashboard(resource_name: str,
opts: Optional[ResourceOptions] = None,
dashboard_lists: Optional[Sequence[int]] = None,
description: Optional[str] = None,
is_read_only: Optional[bool] = None,
layout_type: Optional[str] = None,
notify_lists: Optional[Sequence[str]] = None,
reflow_type: Optional[str] = None,
restricted_roles: Optional[Sequence[str]] = None,
tags: Optional[Sequence[str]] = None,
template_variable_presets: Optional[Sequence[DashboardTemplateVariablePresetArgs]] = None,
template_variables: Optional[Sequence[DashboardTemplateVariableArgs]] = None,
title: Optional[str] = None,
url: Optional[str] = None,
widgets: Optional[Sequence[DashboardWidgetArgs]] = None)
@overload
def Dashboard(resource_name: str,
args: DashboardArgs,
opts: Optional[ResourceOptions] = None)
func NewDashboard(ctx *Context, name string, args DashboardArgs, opts ...ResourceOption) (*Dashboard, error)
public Dashboard(string name, DashboardArgs args, CustomResourceOptions? opts = null)
public Dashboard(String name, DashboardArgs args)
public Dashboard(String name, DashboardArgs args, CustomResourceOptions options)
type: datadog:Dashboard
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Dashboard Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Dashboard resource accepts the following input properties:
- Layout
Type string The layout type of the dashboard. Valid values are
ordered
,free
.- Title string
The title of the dashboard.
- Dashboard
Lists List<int> A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- Description string
The description of the dashboard.
- Is
Read boolOnly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- Notify
Lists List<string> The list of handles for the users to notify when changes are made to this dashboard.
- Reflow
Type string The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- Restricted
Roles List<string> UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<string>
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- Template
Variable List<DashboardPresets Template Variable Preset> The list of selectable template variable presets for this dashboard.
- Template
Variables List<DashboardTemplate Variable> The list of template variables for this dashboard.
- Url string
The URL of the dashboard.
- Widgets
List<Dashboard
Widget> The list of widgets to display on the dashboard.
- Layout
Type string The layout type of the dashboard. Valid values are
ordered
,free
.- Title string
The title of the dashboard.
- Dashboard
Lists []int A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- Description string
The description of the dashboard.
- Is
Read boolOnly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- Notify
Lists []string The list of handles for the users to notify when changes are made to this dashboard.
- Reflow
Type string The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- Restricted
Roles []string UUIDs of roles whose associated users are authorized to edit the dashboard.
- []string
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- Template
Variable []DashboardPresets Template Variable Preset Args The list of selectable template variable presets for this dashboard.
- Template
Variables []DashboardTemplate Variable Args The list of template variables for this dashboard.
- Url string
The URL of the dashboard.
- Widgets
[]Dashboard
Widget Args The list of widgets to display on the dashboard.
- layout
Type String The layout type of the dashboard. Valid values are
ordered
,free
.- title String
The title of the dashboard.
- dashboard
Lists List<Integer> A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- description String
The description of the dashboard.
- is
Read BooleanOnly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- notify
Lists List<String> The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type String The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- restricted
Roles List<String> UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<String>
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- template
Variable List<DashboardPresets Template Variable Preset> The list of selectable template variable presets for this dashboard.
- template
Variables List<DashboardTemplate Variable> The list of template variables for this dashboard.
- url String
The URL of the dashboard.
- widgets
List<Dashboard
Widget> The list of widgets to display on the dashboard.
- layout
Type string The layout type of the dashboard. Valid values are
ordered
,free
.- title string
The title of the dashboard.
- dashboard
Lists number[] A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- description string
The description of the dashboard.
- is
Read booleanOnly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- notify
Lists string[] The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type string The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- restricted
Roles string[] UUIDs of roles whose associated users are authorized to edit the dashboard.
- string[]
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- template
Variable DashboardPresets Template Variable Preset[] The list of selectable template variable presets for this dashboard.
- template
Variables DashboardTemplate Variable[] The list of template variables for this dashboard.
- url string
The URL of the dashboard.
- widgets
Dashboard
Widget[] The list of widgets to display on the dashboard.
- layout_
type str The layout type of the dashboard. Valid values are
ordered
,free
.- title str
The title of the dashboard.
- dashboard_
lists Sequence[int] A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- description str
The description of the dashboard.
- is_
read_ boolonly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- notify_
lists Sequence[str] The list of handles for the users to notify when changes are made to this dashboard.
- reflow_
type str The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- restricted_
roles Sequence[str] UUIDs of roles whose associated users are authorized to edit the dashboard.
- Sequence[str]
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- template_
variable_ Sequence[Dashboardpresets Template Variable Preset Args] The list of selectable template variable presets for this dashboard.
- template_
variables Sequence[DashboardTemplate Variable Args] The list of template variables for this dashboard.
- url str
The URL of the dashboard.
- widgets
Sequence[Dashboard
Widget Args] The list of widgets to display on the dashboard.
- layout
Type String The layout type of the dashboard. Valid values are
ordered
,free
.- title String
The title of the dashboard.
- dashboard
Lists List<Number> A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- description String
The description of the dashboard.
- is
Read BooleanOnly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- notify
Lists List<String> The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type String The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- restricted
Roles List<String> UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<String>
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- template
Variable List<Property Map>Presets The list of selectable template variable presets for this dashboard.
- template
Variables List<Property Map> The list of template variables for this dashboard.
- url String
The URL of the dashboard.
- widgets List<Property Map>
The list of widgets to display on the dashboard.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dashboard resource produces the following output properties:
- Dashboard
Lists List<int>Removeds A list of dashboard lists this dashboard should be removed from. Internal only.
- Id string
The provider-assigned unique ID for this managed resource.
- Dashboard
Lists []intRemoveds A list of dashboard lists this dashboard should be removed from. Internal only.
- Id string
The provider-assigned unique ID for this managed resource.
- dashboard
Lists List<Integer>Removeds A list of dashboard lists this dashboard should be removed from. Internal only.
- id String
The provider-assigned unique ID for this managed resource.
- dashboard
Lists number[]Removeds A list of dashboard lists this dashboard should be removed from. Internal only.
- id string
The provider-assigned unique ID for this managed resource.
- dashboard_
lists_ Sequence[int]removeds A list of dashboard lists this dashboard should be removed from. Internal only.
- id str
The provider-assigned unique ID for this managed resource.
- dashboard
Lists List<Number>Removeds A list of dashboard lists this dashboard should be removed from. Internal only.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing Dashboard Resource
Get an existing Dashboard resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DashboardState, opts?: CustomResourceOptions): Dashboard
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
dashboard_lists: Optional[Sequence[int]] = None,
dashboard_lists_removeds: Optional[Sequence[int]] = None,
description: Optional[str] = None,
is_read_only: Optional[bool] = None,
layout_type: Optional[str] = None,
notify_lists: Optional[Sequence[str]] = None,
reflow_type: Optional[str] = None,
restricted_roles: Optional[Sequence[str]] = None,
tags: Optional[Sequence[str]] = None,
template_variable_presets: Optional[Sequence[DashboardTemplateVariablePresetArgs]] = None,
template_variables: Optional[Sequence[DashboardTemplateVariableArgs]] = None,
title: Optional[str] = None,
url: Optional[str] = None,
widgets: Optional[Sequence[DashboardWidgetArgs]] = None) -> Dashboard
func GetDashboard(ctx *Context, name string, id IDInput, state *DashboardState, opts ...ResourceOption) (*Dashboard, error)
public static Dashboard Get(string name, Input<string> id, DashboardState? state, CustomResourceOptions? opts = null)
public static Dashboard get(String name, Output<String> id, DashboardState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Dashboard
Lists List<int> A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- Dashboard
Lists List<int>Removeds A list of dashboard lists this dashboard should be removed from. Internal only.
- Description string
The description of the dashboard.
- Is
Read boolOnly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- Layout
Type string The layout type of the dashboard. Valid values are
ordered
,free
.- Notify
Lists List<string> The list of handles for the users to notify when changes are made to this dashboard.
- Reflow
Type string The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- Restricted
Roles List<string> UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<string>
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- Template
Variable List<DashboardPresets Template Variable Preset> The list of selectable template variable presets for this dashboard.
- Template
Variables List<DashboardTemplate Variable> The list of template variables for this dashboard.
- Title string
The title of the dashboard.
- Url string
The URL of the dashboard.
- Widgets
List<Dashboard
Widget> The list of widgets to display on the dashboard.
- Dashboard
Lists []int A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- Dashboard
Lists []intRemoveds A list of dashboard lists this dashboard should be removed from. Internal only.
- Description string
The description of the dashboard.
- Is
Read boolOnly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- Layout
Type string The layout type of the dashboard. Valid values are
ordered
,free
.- Notify
Lists []string The list of handles for the users to notify when changes are made to this dashboard.
- Reflow
Type string The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- Restricted
Roles []string UUIDs of roles whose associated users are authorized to edit the dashboard.
- []string
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- Template
Variable []DashboardPresets Template Variable Preset Args The list of selectable template variable presets for this dashboard.
- Template
Variables []DashboardTemplate Variable Args The list of template variables for this dashboard.
- Title string
The title of the dashboard.
- Url string
The URL of the dashboard.
- Widgets
[]Dashboard
Widget Args The list of widgets to display on the dashboard.
- dashboard
Lists List<Integer> A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- dashboard
Lists List<Integer>Removeds A list of dashboard lists this dashboard should be removed from. Internal only.
- description String
The description of the dashboard.
- is
Read BooleanOnly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- layout
Type String The layout type of the dashboard. Valid values are
ordered
,free
.- notify
Lists List<String> The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type String The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- restricted
Roles List<String> UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<String>
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- template
Variable List<DashboardPresets Template Variable Preset> The list of selectable template variable presets for this dashboard.
- template
Variables List<DashboardTemplate Variable> The list of template variables for this dashboard.
- title String
The title of the dashboard.
- url String
The URL of the dashboard.
- widgets
List<Dashboard
Widget> The list of widgets to display on the dashboard.
- dashboard
Lists number[] A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- dashboard
Lists number[]Removeds A list of dashboard lists this dashboard should be removed from. Internal only.
- description string
The description of the dashboard.
- is
Read booleanOnly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- layout
Type string The layout type of the dashboard. Valid values are
ordered
,free
.- notify
Lists string[] The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type string The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- restricted
Roles string[] UUIDs of roles whose associated users are authorized to edit the dashboard.
- string[]
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- template
Variable DashboardPresets Template Variable Preset[] The list of selectable template variable presets for this dashboard.
- template
Variables DashboardTemplate Variable[] The list of template variables for this dashboard.
- title string
The title of the dashboard.
- url string
The URL of the dashboard.
- widgets
Dashboard
Widget[] The list of widgets to display on the dashboard.
- dashboard_
lists Sequence[int] A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- dashboard_
lists_ Sequence[int]removeds A list of dashboard lists this dashboard should be removed from. Internal only.
- description str
The description of the dashboard.
- is_
read_ boolonly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- layout_
type str The layout type of the dashboard. Valid values are
ordered
,free
.- notify_
lists Sequence[str] The list of handles for the users to notify when changes are made to this dashboard.
- reflow_
type str The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- restricted_
roles Sequence[str] UUIDs of roles whose associated users are authorized to edit the dashboard.
- Sequence[str]
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- template_
variable_ Sequence[Dashboardpresets Template Variable Preset Args] The list of selectable template variable presets for this dashboard.
- template_
variables Sequence[DashboardTemplate Variable Args] The list of template variables for this dashboard.
- title str
The title of the dashboard.
- url str
The URL of the dashboard.
- widgets
Sequence[Dashboard
Widget Args] The list of widgets to display on the dashboard.
- dashboard
Lists List<Number> A list of dashboard lists this dashboard belongs to. This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.
- dashboard
Lists List<Number>Removeds A list of dashboard lists this dashboard should be removed from. Internal only.
- description String
The description of the dashboard.
- is
Read BooleanOnly Whether this dashboard is read-only. Deprecated. Prefer using
restricted_roles
to define which roles are required to edit the dashboard.Prefer using
restricted_roles
to define which roles are required to edit the dashboard.- layout
Type String The layout type of the dashboard. Valid values are
ordered
,free
.- notify
Lists List<String> The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type String The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
.- restricted
Roles List<String> UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<String>
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- template
Variable List<Property Map>Presets The list of selectable template variable presets for this dashboard.
- template
Variables List<Property Map> The list of template variables for this dashboard.
- title String
The title of the dashboard.
- url String
The URL of the dashboard.
- widgets List<Property Map>
The list of widgets to display on the dashboard.
Supporting Types
Note: There are over 200 nested types for this resource. Only the first 200 types are included in this documentation.
DashboardTemplateVariable, DashboardTemplateVariableArgs
- Name string
The name of the variable.
- Available
Values List<string> The list of values that the template variable drop-down is be limited to
- Default string
The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead.Use
defaults
instead.- Defaults List<string>
One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
.- Prefix string
The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- Name string
The name of the variable.
- Available
Values []string The list of values that the template variable drop-down is be limited to
- Default string
The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead.Use
defaults
instead.- Defaults []string
One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
.- Prefix string
The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name String
The name of the variable.
- available
Values List<String> The list of values that the template variable drop-down is be limited to
- default_ String
The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead.Use
defaults
instead.- defaults List<String>
One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
.- prefix String
The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name string
The name of the variable.
- available
Values string[] The list of values that the template variable drop-down is be limited to
- default string
The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead.Use
defaults
instead.- defaults string[]
One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
.- prefix string
The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name str
The name of the variable.
- available_
values Sequence[str] The list of values that the template variable drop-down is be limited to
- default str
The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead.Use
defaults
instead.- defaults Sequence[str]
One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
.- prefix str
The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name String
The name of the variable.
- available
Values List<String> The list of values that the template variable drop-down is be limited to
- default String
The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead.Use
defaults
instead.- defaults List<String>
One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
.- prefix String
The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
DashboardTemplateVariablePreset, DashboardTemplateVariablePresetArgs
- Name string
The name of the preset.
- Template
Variables List<DashboardTemplate Variable Preset Template Variable> The template variable names and assumed values under the given preset
- Name string
The name of the preset.
- Template
Variables []DashboardTemplate Variable Preset Template Variable The template variable names and assumed values under the given preset
- name String
The name of the preset.
- template
Variables List<DashboardTemplate Variable Preset Template Variable> The template variable names and assumed values under the given preset
- name string
The name of the preset.
- template
Variables DashboardTemplate Variable Preset Template Variable[] The template variable names and assumed values under the given preset
- name str
The name of the preset.
- template_
variables Sequence[DashboardTemplate Variable Preset Template Variable] The template variable names and assumed values under the given preset
- name String
The name of the preset.
- template
Variables List<Property Map> The template variable names and assumed values under the given preset
DashboardTemplateVariablePresetTemplateVariable, DashboardTemplateVariablePresetTemplateVariableArgs
DashboardWidget, DashboardWidgetArgs
- Alert
Graph DashboardDefinition Widget Alert Graph Definition The definition for a Alert Graph widget.
- Alert
Value DashboardDefinition Widget Alert Value Definition The definition for a Alert Value widget.
- Change
Definition DashboardWidget Change Definition The definition for a Change widget.
- Check
Status DashboardDefinition Widget Check Status Definition The definition for a Check Status widget.
- Distribution
Definition DashboardWidget Distribution Definition The definition for a Distribution widget.
- Event
Stream DashboardDefinition Widget Event Stream Definition The definition for a Event Stream widget.
- Event
Timeline DashboardDefinition Widget Event Timeline Definition The definition for a Event Timeline widget.
- Free
Text DashboardDefinition Widget Free Text Definition The definition for a Free Text widget.
- Geomap
Definition DashboardWidget Geomap Definition The definition for a Geomap widget.
- Group
Definition DashboardWidget Group Definition The definition for a Group widget.
- Heatmap
Definition DashboardWidget Heatmap Definition The definition for a Heatmap widget.
- Hostmap
Definition DashboardWidget Hostmap Definition The definition for a Hostmap widget.
- Id int
The ID of the widget.
- Iframe
Definition DashboardWidget Iframe Definition The definition for an Iframe widget.
- Image
Definition DashboardWidget Image Definition The definition for an Image widget
- List
Stream DashboardDefinition Widget List Stream Definition The definition for a List Stream widget.
- Log
Stream DashboardDefinition Widget Log Stream Definition The definition for an Log Stream widget.
- Manage
Status DashboardDefinition Widget Manage Status Definition The definition for an Manage Status widget.
- Note
Definition DashboardWidget Note Definition The definition for a Note widget.
- Query
Table DashboardDefinition Widget Query Table Definition The definition for a Query Table widget.
- Query
Value DashboardDefinition Widget Query Value Definition The definition for a Query Value widget.
- Run
Workflow DashboardDefinition Widget Run Workflow Definition The definition for a Run Workflow widget.
- Scatterplot
Definition DashboardWidget Scatterplot Definition The definition for a Scatterplot widget.
- Service
Level DashboardObjective Definition Widget Service Level Objective Definition The definition for a Service Level Objective widget.
- Servicemap
Definition DashboardWidget Servicemap Definition The definition for a Service Map widget.
- Slo
List DashboardDefinition Widget Slo List Definition The definition for an SLO (Service Level Objective) List widget.
- Sunburst
Definition DashboardWidget Sunburst Definition The definition for a Sunburst widget.
- Timeseries
Definition DashboardWidget Timeseries Definition The definition for a Timeseries widget.
- Toplist
Definition DashboardWidget Toplist Definition The definition for a Toplist widget.
- Topology
Map DashboardDefinition Widget Topology Map Definition The definition for a Topology Map widget.
- Trace
Service DashboardDefinition Widget Trace Service Definition The definition for a Trace Service widget.
- Treemap
Definition DashboardWidget Treemap Definition The definition for a Treemap widget.
- Widget
Layout DashboardWidget Widget Layout The layout of the widget on a 'free' dashboard.
- Alert
Graph DashboardDefinition Widget Alert Graph Definition The definition for a Alert Graph widget.
- Alert
Value DashboardDefinition Widget Alert Value Definition The definition for a Alert Value widget.
- Change
Definition DashboardWidget Change Definition The definition for a Change widget.
- Check
Status DashboardDefinition Widget Check Status Definition The definition for a Check Status widget.
- Distribution
Definition DashboardWidget Distribution Definition The definition for a Distribution widget.
- Event
Stream DashboardDefinition Widget Event Stream Definition The definition for a Event Stream widget.
- Event
Timeline DashboardDefinition Widget Event Timeline Definition The definition for a Event Timeline widget.
- Free
Text DashboardDefinition Widget Free Text Definition The definition for a Free Text widget.
- Geomap
Definition DashboardWidget Geomap Definition The definition for a Geomap widget.
- Group
Definition DashboardWidget Group Definition The definition for a Group widget.
- Heatmap
Definition DashboardWidget Heatmap Definition The definition for a Heatmap widget.
- Hostmap
Definition DashboardWidget Hostmap Definition The definition for a Hostmap widget.
- Id int
The ID of the widget.
- Iframe
Definition DashboardWidget Iframe Definition The definition for an Iframe widget.
- Image
Definition DashboardWidget Image Definition The definition for an Image widget
- List
Stream DashboardDefinition Widget List Stream Definition The definition for a List Stream widget.
- Log
Stream DashboardDefinition Widget Log Stream Definition The definition for an Log Stream widget.
- Manage
Status DashboardDefinition Widget Manage Status Definition The definition for an Manage Status widget.
- Note
Definition DashboardWidget Note Definition The definition for a Note widget.
- Query
Table DashboardDefinition Widget Query Table Definition The definition for a Query Table widget.
- Query
Value DashboardDefinition Widget Query Value Definition The definition for a Query Value widget.
- Run
Workflow DashboardDefinition Widget Run Workflow Definition The definition for a Run Workflow widget.
- Scatterplot
Definition DashboardWidget Scatterplot Definition The definition for a Scatterplot widget.
- Service
Level DashboardObjective Definition Widget Service Level Objective Definition The definition for a Service Level Objective widget.
- Servicemap
Definition DashboardWidget Servicemap Definition The definition for a Service Map widget.
- Slo
List DashboardDefinition Widget Slo List Definition The definition for an SLO (Service Level Objective) List widget.
- Sunburst
Definition DashboardWidget Sunburst Definition The definition for a Sunburst widget.
- Timeseries
Definition DashboardWidget Timeseries Definition The definition for a Timeseries widget.
- Toplist
Definition DashboardWidget Toplist Definition The definition for a Toplist widget.
- Topology
Map DashboardDefinition Widget Topology Map Definition The definition for a Topology Map widget.
- Trace
Service DashboardDefinition Widget Trace Service Definition The definition for a Trace Service widget.
- Treemap
Definition DashboardWidget Treemap Definition The definition for a Treemap widget.
- Widget
Layout DashboardWidget Widget Layout The layout of the widget on a 'free' dashboard.
- alert
Graph DashboardDefinition Widget Alert Graph Definition The definition for a Alert Graph widget.
- alert
Value DashboardDefinition Widget Alert Value Definition The definition for a Alert Value widget.
- change
Definition DashboardWidget Change Definition The definition for a Change widget.
- check
Status DashboardDefinition Widget Check Status Definition The definition for a Check Status widget.
- distribution
Definition DashboardWidget Distribution Definition The definition for a Distribution widget.
- event
Stream DashboardDefinition Widget Event Stream Definition The definition for a Event Stream widget.
- event
Timeline DashboardDefinition Widget Event Timeline Definition The definition for a Event Timeline widget.
- free
Text DashboardDefinition Widget Free Text Definition The definition for a Free Text widget.
- geomap
Definition DashboardWidget Geomap Definition The definition for a Geomap widget.
- group
Definition DashboardWidget Group Definition The definition for a Group widget.
- heatmap
Definition DashboardWidget Heatmap Definition The definition for a Heatmap widget.
- hostmap
Definition DashboardWidget Hostmap Definition The definition for a Hostmap widget.
- id Integer
The ID of the widget.
- iframe
Definition DashboardWidget Iframe Definition The definition for an Iframe widget.
- image
Definition DashboardWidget Image Definition The definition for an Image widget
- list
Stream DashboardDefinition Widget List Stream Definition The definition for a List Stream widget.
- log
Stream DashboardDefinition Widget Log Stream Definition The definition for an Log Stream widget.
- manage
Status DashboardDefinition Widget Manage Status Definition The definition for an Manage Status widget.
- note
Definition DashboardWidget Note Definition The definition for a Note widget.
- query
Table DashboardDefinition Widget Query Table Definition The definition for a Query Table widget.
- query
Value DashboardDefinition Widget Query Value Definition The definition for a Query Value widget.
- run
Workflow DashboardDefinition Widget Run Workflow Definition The definition for a Run Workflow widget.
- scatterplot
Definition DashboardWidget Scatterplot Definition The definition for a Scatterplot widget.
- service
Level DashboardObjective Definition Widget Service Level Objective Definition The definition for a Service Level Objective widget.
- servicemap
Definition DashboardWidget Servicemap Definition The definition for a Service Map widget.
- slo
List DashboardDefinition Widget Slo List Definition The definition for an SLO (Service Level Objective) List widget.
- sunburst
Definition DashboardWidget Sunburst Definition The definition for a Sunburst widget.
- timeseries
Definition DashboardWidget Timeseries Definition The definition for a Timeseries widget.
- toplist
Definition DashboardWidget Toplist Definition The definition for a Toplist widget.
- topology
Map DashboardDefinition Widget Topology Map Definition The definition for a Topology Map widget.
- trace
Service DashboardDefinition Widget Trace Service Definition The definition for a Trace Service widget.
- treemap
Definition DashboardWidget Treemap Definition The definition for a Treemap widget.
- widget
Layout DashboardWidget Widget Layout The layout of the widget on a 'free' dashboard.
- alert
Graph DashboardDefinition Widget Alert Graph Definition The definition for a Alert Graph widget.
- alert
Value DashboardDefinition Widget Alert Value Definition The definition for a Alert Value widget.
- change
Definition DashboardWidget Change Definition The definition for a Change widget.
- check
Status DashboardDefinition Widget Check Status Definition The definition for a Check Status widget.
- distribution
Definition DashboardWidget Distribution Definition The definition for a Distribution widget.
- event
Stream DashboardDefinition Widget Event Stream Definition The definition for a Event Stream widget.
- event
Timeline DashboardDefinition Widget Event Timeline Definition The definition for a Event Timeline widget.
- free
Text DashboardDefinition Widget Free Text Definition The definition for a Free Text widget.
- geomap
Definition DashboardWidget Geomap Definition The definition for a Geomap widget.
- group
Definition DashboardWidget Group Definition The definition for a Group widget.
- heatmap
Definition DashboardWidget Heatmap Definition The definition for a Heatmap widget.
- hostmap
Definition DashboardWidget Hostmap Definition The definition for a Hostmap widget.
- id number
The ID of the widget.
- iframe
Definition DashboardWidget Iframe Definition The definition for an Iframe widget.
- image
Definition DashboardWidget Image Definition The definition for an Image widget
- list
Stream DashboardDefinition Widget List Stream Definition The definition for a List Stream widget.
- log
Stream DashboardDefinition Widget Log Stream Definition The definition for an Log Stream widget.
- manage
Status DashboardDefinition Widget Manage Status Definition The definition for an Manage Status widget.
- note
Definition DashboardWidget Note Definition The definition for a Note widget.
- query
Table DashboardDefinition Widget Query Table Definition The definition for a Query Table widget.
- query
Value DashboardDefinition Widget Query Value Definition The definition for a Query Value widget.
- run
Workflow DashboardDefinition Widget Run Workflow Definition The definition for a Run Workflow widget.
- scatterplot
Definition DashboardWidget Scatterplot Definition The definition for a Scatterplot widget.
- service
Level DashboardObjective Definition Widget Service Level Objective Definition The definition for a Service Level Objective widget.
- servicemap
Definition DashboardWidget Servicemap Definition The definition for a Service Map widget.
- slo
List DashboardDefinition Widget Slo List Definition The definition for an SLO (Service Level Objective) List widget.
- sunburst
Definition DashboardWidget Sunburst Definition The definition for a Sunburst widget.
- timeseries
Definition DashboardWidget Timeseries Definition The definition for a Timeseries widget.
- toplist
Definition DashboardWidget Toplist Definition The definition for a Toplist widget.
- topology
Map DashboardDefinition Widget Topology Map Definition The definition for a Topology Map widget.
- trace
Service DashboardDefinition Widget Trace Service Definition The definition for a Trace Service widget.
- treemap
Definition DashboardWidget Treemap Definition The definition for a Treemap widget.
- widget
Layout DashboardWidget Widget Layout The layout of the widget on a 'free' dashboard.
- alert_
graph_ Dashboarddefinition Widget Alert Graph Definition The definition for a Alert Graph widget.
- alert_
value_ Dashboarddefinition Widget Alert Value Definition The definition for a Alert Value widget.
- change_
definition DashboardWidget Change Definition The definition for a Change widget.
- check_
status_ Dashboarddefinition Widget Check Status Definition The definition for a Check Status widget.
- distribution_
definition DashboardWidget Distribution Definition The definition for a Distribution widget.
- event_
stream_ Dashboarddefinition Widget Event Stream Definition The definition for a Event Stream widget.
- event_
timeline_ Dashboarddefinition Widget Event Timeline Definition The definition for a Event Timeline widget.
- free_
text_ Dashboarddefinition Widget Free Text Definition The definition for a Free Text widget.
- geomap_
definition DashboardWidget Geomap Definition The definition for a Geomap widget.
- group_
definition DashboardWidget Group Definition The definition for a Group widget.
- heatmap_
definition DashboardWidget Heatmap Definition The definition for a Heatmap widget.
- hostmap_
definition DashboardWidget Hostmap Definition The definition for a Hostmap widget.
- id int
The ID of the widget.
- iframe_
definition DashboardWidget Iframe Definition The definition for an Iframe widget.
- image_
definition DashboardWidget Image Definition The definition for an Image widget
- list_
stream_ Dashboarddefinition Widget List Stream Definition The definition for a List Stream widget.
- log_
stream_ Dashboarddefinition Widget Log Stream Definition The definition for an Log Stream widget.
- manage_
status_ Dashboarddefinition Widget Manage Status Definition The definition for an Manage Status widget.
- note_
definition DashboardWidget Note Definition The definition for a Note widget.
- query_
table_ Dashboarddefinition Widget Query Table Definition The definition for a Query Table widget.
- query_
value_ Dashboarddefinition Widget Query Value Definition The definition for a Query Value widget.
- run_
workflow_ Dashboarddefinition Widget Run Workflow Definition The definition for a Run Workflow widget.
- scatterplot_
definition DashboardWidget Scatterplot Definition The definition for a Scatterplot widget.
- service_
level_ Dashboardobjective_ definition Widget Service Level Objective Definition The definition for a Service Level Objective widget.
- servicemap_
definition DashboardWidget Servicemap Definition The definition for a Service Map widget.
- slo_
list_ Dashboarddefinition Widget Slo List Definition The definition for an SLO (Service Level Objective) List widget.
- sunburst_
definition DashboardWidget Sunburst Definition The definition for a Sunburst widget.
- timeseries_
definition DashboardWidget Timeseries Definition The definition for a Timeseries widget.
- toplist_
definition DashboardWidget Toplist Definition The definition for a Toplist widget.
- topology_
map_ Dashboarddefinition Widget Topology Map Definition The definition for a Topology Map widget.
- trace_
service_ Dashboarddefinition Widget Trace Service Definition The definition for a Trace Service widget.
- treemap_
definition DashboardWidget Treemap Definition The definition for a Treemap widget.
- widget_
layout DashboardWidget Widget Layout The layout of the widget on a 'free' dashboard.
- alert
Graph Property MapDefinition The definition for a Alert Graph widget.
- alert
Value Property MapDefinition The definition for a Alert Value widget.
- change
Definition Property Map The definition for a Change widget.
- check
Status Property MapDefinition The definition for a Check Status widget.
- distribution
Definition Property Map The definition for a Distribution widget.
- event
Stream Property MapDefinition The definition for a Event Stream widget.
- event
Timeline Property MapDefinition The definition for a Event Timeline widget.
- free
Text Property MapDefinition The definition for a Free Text widget.
- geomap
Definition Property Map The definition for a Geomap widget.
- group
Definition Property Map The definition for a Group widget.
- heatmap
Definition Property Map The definition for a Heatmap widget.
- hostmap
Definition Property Map The definition for a Hostmap widget.
- id Number
The ID of the widget.
- iframe
Definition Property Map The definition for an Iframe widget.
- image
Definition Property Map The definition for an Image widget
- list
Stream Property MapDefinition The definition for a List Stream widget.
- log
Stream Property MapDefinition The definition for an Log Stream widget.
- manage
Status Property MapDefinition The definition for an Manage Status widget.
- note
Definition Property Map The definition for a Note widget.
- query
Table Property MapDefinition The definition for a Query Table widget.
- query
Value Property MapDefinition The definition for a Query Value widget.
- run
Workflow Property MapDefinition The definition for a Run Workflow widget.
- scatterplot
Definition Property Map The definition for a Scatterplot widget.
- service
Level Property MapObjective Definition The definition for a Service Level Objective widget.
- servicemap
Definition Property Map The definition for a Service Map widget.
- slo
List Property MapDefinition The definition for an SLO (Service Level Objective) List widget.
- sunburst
Definition Property Map The definition for a Sunburst widget.
- timeseries
Definition Property Map The definition for a Timeseries widget.
- toplist
Definition Property Map The definition for a Toplist widget.
- topology
Map Property MapDefinition The definition for a Topology Map widget.
- trace
Service Property MapDefinition The definition for a Trace Service widget.
- treemap
Definition Property Map The definition for a Treemap widget.
- widget
Layout Property Map The layout of the widget on a 'free' dashboard.
DashboardWidgetAlertGraphDefinition, DashboardWidgetAlertGraphDefinitionArgs
- alert_
id str - viz_
type str - live_
span str - title str
The title of the dashboard.
- title_
align str - title_
size str
DashboardWidgetAlertValueDefinition, DashboardWidgetAlertValueDefinitionArgs
- alert_
id str - precision int
- text_
align str - title str
The title of the dashboard.
- title_
align str - title_
size str - unit str
DashboardWidgetChangeDefinition, DashboardWidgetChangeDefinitionArgs
- Custom
Links List<DashboardWidget Change Definition Custom Link> - Live
Span string - Requests
List<Dashboard
Widget Change Definition Request> - Title string
The title of the dashboard.
- Title
Align string - Title
Size string
- Custom
Links []DashboardWidget Change Definition Custom Link - Live
Span string - Requests
[]Dashboard
Widget Change Definition Request - Title string
The title of the dashboard.
- Title
Align string - Title
Size string
- custom
Links List<DashboardWidget Change Definition Custom Link> - live
Span String - requests
List<Dashboard
Widget Change Definition Request> - title String
The title of the dashboard.
- title
Align String - title
Size String
- custom
Links DashboardWidget Change Definition Custom Link[] - live
Span string - requests
Dashboard
Widget Change Definition Request[] - title string
The title of the dashboard.
- title
Align string - title
Size string
- custom_
links Sequence[DashboardWidget Change Definition Custom Link] - live_
span str - requests
Sequence[Dashboard
Widget Change Definition Request] - title str
The title of the dashboard.
- title_
align str - title_
size str
- custom
Links List<Property Map> - live
Span String - requests List<Property Map>
- title String
The title of the dashboard.
- title
Align String - title
Size String
DashboardWidgetChangeDefinitionCustomLink, DashboardWidgetChangeDefinitionCustomLinkArgs
- bool
- Label string
- Link string
- Override
Label string
- bool
- Label string
- Link string
- Override
Label string
- Boolean
- label String
- link String
- override
Label String
- boolean
- label string
- link string
- override
Label string
- bool
- label str
- link str
- override_
label str
- Boolean
- label String
- link String
- override
Label String
DashboardWidgetChangeDefinitionRequest, DashboardWidgetChangeDefinitionRequestArgs
- Apm
Query DashboardWidget Change Definition Request Apm Query - Change
Type string - Compare
To string - Formulas
List<Dashboard
Widget Change Definition Request Formula> - Increase
Good bool - Log
Query DashboardWidget Change Definition Request Log Query - Order
By string - Order
Dir string - Process
Query DashboardWidget Change Definition Request Process Query - Q string
- Queries
List<Dashboard
Widget Change Definition Request Query> - Rum
Query DashboardWidget Change Definition Request Rum Query - Security
Query DashboardWidget Change Definition Request Security Query - Show
Present bool
- Apm
Query DashboardWidget Change Definition Request Apm Query - Change
Type string - Compare
To string - Formulas
[]Dashboard
Widget Change Definition Request Formula - Increase
Good bool - Log
Query DashboardWidget Change Definition Request Log Query - Order
By string - Order
Dir string - Process
Query DashboardWidget Change Definition Request Process Query - Q string
- Queries
[]Dashboard
Widget Change Definition Request Query - Rum
Query DashboardWidget Change Definition Request Rum Query - Security
Query DashboardWidget Change Definition Request Security Query - Show
Present bool
- apm
Query DashboardWidget Change Definition Request Apm Query - change
Type String - compare
To String - formulas
List<Dashboard
Widget Change Definition Request Formula> - increase
Good Boolean - log
Query DashboardWidget Change Definition Request Log Query - order
By String - order
Dir String - process
Query DashboardWidget Change Definition Request Process Query - q String
- queries
List<Dashboard
Widget Change Definition Request Query> - rum
Query DashboardWidget Change Definition Request Rum Query - security
Query DashboardWidget Change Definition Request Security Query - show
Present Boolean
- apm
Query DashboardWidget Change Definition Request Apm Query - change
Type string - compare
To string - formulas
Dashboard
Widget Change Definition Request Formula[] - increase
Good boolean - log
Query DashboardWidget Change Definition Request Log Query - order
By string - order
Dir string - process
Query DashboardWidget Change Definition Request Process Query - q string
- queries
Dashboard
Widget Change Definition Request Query[] - rum
Query DashboardWidget Change Definition Request Rum Query - security
Query DashboardWidget Change Definition Request Security Query - show
Present boolean
- apm_
query DashboardWidget Change Definition Request Apm Query - change_
type str - compare_
to str - formulas
Sequence[Dashboard
Widget Change Definition Request Formula] - increase_
good bool - log_
query DashboardWidget Change Definition Request Log Query - order_
by str - order_
dir str - process_
query DashboardWidget Change Definition Request Process Query - q str
- queries
Sequence[Dashboard
Widget Change Definition Request Query] - rum_
query DashboardWidget Change Definition Request Rum Query - security_
query DashboardWidget Change Definition Request Security Query - show_
present bool
- apm
Query Property Map - change
Type String - compare
To String - formulas List<Property Map>
- increase
Good Boolean - log
Query Property Map - order
By String - order
Dir String - process
Query Property Map - q String
- queries List<Property Map>
- rum
Query Property Map - security
Query Property Map - show
Present Boolean
DashboardWidgetChangeDefinitionRequestApmQuery, DashboardWidgetChangeDefinitionRequestApmQueryArgs
DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery, DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetChangeDefinitionRequestApmQueryGroupBy, DashboardWidgetChangeDefinitionRequestApmQueryGroupByArgs
- facet String
- limit Number
- sort
Query Property Map
DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery, DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryArgs
- Aggregation string
- Order string
- Facet string
- Aggregation string
- Order string
- Facet string
- aggregation String
- order String
- facet String
- aggregation string
- order string
- facet string
- aggregation str
- order str
- facet str
- aggregation String
- order String
- facet String
DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute, DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetChangeDefinitionRequestFormula, DashboardWidgetChangeDefinitionRequestFormulaArgs
DashboardWidgetChangeDefinitionRequestFormulaConditionalFormat, DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs
- Comparator string
- Palette string
- Value double
- Custom
Bg stringColor - Custom
Fg stringColor - Hide
Value bool - Image
Url string - Metric string
- Timeframe string
- Comparator string
- Palette string
- Value float64
- Custom
Bg stringColor - Custom
Fg stringColor - Hide
Value bool - Image
Url string - Metric string
- Timeframe string
- comparator String
- palette String
- value Double
- custom
Bg StringColor - custom
Fg StringColor - hide
Value Boolean - image
Url String - metric String
- timeframe String
- comparator string
- palette string
- value number
- custom
Bg stringColor - custom
Fg stringColor - hide
Value boolean - image
Url string - metric string
- timeframe string
- comparator str
- palette str
- value float
- custom_
bg_ strcolor - custom_
fg_ strcolor - hide_
value bool - image_
url str - metric str
- timeframe str
- comparator String
- palette String
- value Number
- custom
Bg StringColor - custom
Fg StringColor - hide
Value Boolean - image
Url String - metric String
- timeframe String
DashboardWidgetChangeDefinitionRequestFormulaLimit, DashboardWidgetChangeDefinitionRequestFormulaLimitArgs
DashboardWidgetChangeDefinitionRequestFormulaStyle, DashboardWidgetChangeDefinitionRequestFormulaStyleArgs
- Palette string
- Palette
Index int
- Palette string
- Palette
Index int
- palette String
- palette
Index Integer
- palette string
- palette
Index number
- palette str
- palette_
index int
- palette String
- palette
Index Number
DashboardWidgetChangeDefinitionRequestLogQuery, DashboardWidgetChangeDefinitionRequestLogQueryArgs
DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery, DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetChangeDefinitionRequestLogQueryGroupBy, DashboardWidgetChangeDefinitionRequestLogQueryGroupByArgs
- facet String
- limit Number
- sort
Query Property Map
DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery, DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryArgs
- Aggregation string
- Order string
- Facet string
- Aggregation string
- Order string
- Facet string
- aggregation String
- order String
- facet String
- aggregation string
- order string
- facet string
- aggregation str
- order str
- facet str
- aggregation String
- order String
- facet String
DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute, DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetChangeDefinitionRequestProcessQuery, DashboardWidgetChangeDefinitionRequestProcessQueryArgs
- Metric string
- Filter
Bies List<string> - Limit int
- Search
By string
- Metric string
- Filter
Bies []string - Limit int
- Search
By string
- metric String
- filter
Bies List<String> - limit Integer
- search
By String
- metric string
- filter
Bies string[] - limit number
- search
By string
- metric str
- filter_
bies Sequence[str] - limit int
- search_
by str
- metric String
- filter
Bies List<String> - limit Number
- search
By String
DashboardWidgetChangeDefinitionRequestQuery, DashboardWidgetChangeDefinitionRequestQueryArgs
- Apm
Dependency DashboardStats Query Widget Change Definition Request Query Apm Dependency Stats Query - Apm
Resource DashboardStats Query Widget Change Definition Request Query Apm Resource Stats Query - Event
Query DashboardWidget Change Definition Request Query Event Query - Metric
Query DashboardWidget Change Definition Request Query Metric Query - Process
Query DashboardWidget Change Definition Request Query Process Query - Slo
Query DashboardWidget Change Definition Request Query Slo Query
- Apm
Dependency DashboardStats Query Widget Change Definition Request Query Apm Dependency Stats Query - Apm
Resource DashboardStats Query Widget Change Definition Request Query Apm Resource Stats Query - Event
Query DashboardWidget Change Definition Request Query Event Query - Metric
Query DashboardWidget Change Definition Request Query Metric Query - Process
Query DashboardWidget Change Definition Request Query Process Query - Slo
Query DashboardWidget Change Definition Request Query Slo Query
- apm
Dependency DashboardStats Query Widget Change Definition Request Query Apm Dependency Stats Query - apm
Resource DashboardStats Query Widget Change Definition Request Query Apm Resource Stats Query - event
Query DashboardWidget Change Definition Request Query Event Query - metric
Query DashboardWidget Change Definition Request Query Metric Query - process
Query DashboardWidget Change Definition Request Query Process Query - slo
Query DashboardWidget Change Definition Request Query Slo Query
- apm
Dependency DashboardStats Query Widget Change Definition Request Query Apm Dependency Stats Query - apm
Resource DashboardStats Query Widget Change Definition Request Query Apm Resource Stats Query - event
Query DashboardWidget Change Definition Request Query Event Query - metric
Query DashboardWidget Change Definition Request Query Metric Query - process
Query DashboardWidget Change Definition Request Query Process Query - slo
Query DashboardWidget Change Definition Request Query Slo Query
- apm_
dependency_ Dashboardstats_ query Widget Change Definition Request Query Apm Dependency Stats Query - apm_
resource_ Dashboardstats_ query Widget Change Definition Request Query Apm Resource Stats Query - event_
query DashboardWidget Change Definition Request Query Event Query - metric_
query DashboardWidget Change Definition Request Query Metric Query - process_
query DashboardWidget Change Definition Request Query Process Query - slo_
query DashboardWidget Change Definition Request Query Slo Query
DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery, DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs
- Data
Source string - Env string
- Name string
- Operation
Name string - Resource
Name string - Service string
- Stat string
- Is
Upstream bool - Primary
Tag stringName - Primary
Tag stringValue
- Data
Source string - Env string
- Name string
- Operation
Name string - Resource
Name string - Service string
- Stat string
- Is
Upstream bool - Primary
Tag stringName - Primary
Tag stringValue
- data
Source String - env String
- name String
- operation
Name String - resource
Name String - service String
- stat String
- is
Upstream Boolean - primary
Tag StringName - primary
Tag StringValue
- data
Source string - env string
- name string
- operation
Name string - resource
Name string - service string
- stat string
- is
Upstream boolean - primary
Tag stringName - primary
Tag stringValue
- data_
source str - env str
- name str
- operation_
name str - resource_
name str - service str
- stat str
- is_
upstream bool - primary_
tag_ strname - primary_
tag_ strvalue
- data
Source String - env String
- name String
- operation
Name String - resource
Name String - service String
- stat String
- is
Upstream Boolean - primary
Tag StringName - primary
Tag StringValue
DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery, DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs
- Data
Source string - Env string
- Name string
- Service string
- Stat string
- Group
Bies List<string> - Operation
Name string - Primary
Tag stringName - Primary
Tag stringValue - Resource
Name string
- Data
Source string - Env string
- Name string
- Service string
- Stat string
- Group
Bies []string - Operation
Name string - Primary
Tag stringName - Primary
Tag stringValue - Resource
Name string
- data
Source String - env String
- name String
- service String
- stat String
- group
Bies List<String> - operation
Name String - primary
Tag StringName - primary
Tag StringValue - resource
Name String
- data
Source string - env string
- name string
- service string
- stat string
- group
Bies string[] - operation
Name string - primary
Tag stringName - primary
Tag stringValue - resource
Name string
- data_
source str - env str
- name str
- service str
- stat str
- group_
bies Sequence[str] - operation_
name str - primary_
tag_ strname - primary_
tag_ strvalue - resource_
name str
- data
Source String - env String
- name String
- service String
- stat String
- group
Bies List<String> - operation
Name String - primary
Tag StringName - primary
Tag StringValue - resource
Name String
DashboardWidgetChangeDefinitionRequestQueryEventQuery, DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs
- computes List<Property Map>
- data
Source String - name String
- group
Bies List<Property Map> - indexes List<String>
- search Property Map
- storage String
DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute, DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs
- Aggregation string
- Interval int
- Metric string
- Aggregation string
- Interval int
- Metric string
- aggregation String
- interval Integer
- metric String
- aggregation string
- interval number
- metric string
- aggregation str
- interval int
- metric str
- aggregation String
- interval Number
- metric String
DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy, DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs
- facet String
- limit Number
- sort Property Map
DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort, DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs
- Aggregation string
- Metric string
- Order string
- Aggregation string
- Metric string
- Order string
- aggregation String
- metric String
- order String
- aggregation string
- metric string
- order string
- aggregation str
- metric str
- order str
- aggregation String
- metric String
- order String
DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch, DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs
- Query string
- Query string
- query String
- query string
- query str
- query String
DashboardWidgetChangeDefinitionRequestQueryMetricQuery, DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs
- Name string
- Query string
- Aggregator string
- Data
Source string
- Name string
- Query string
- Aggregator string
- Data
Source string
- name String
- query String
- aggregator String
- data
Source String
- name string
- query string
- aggregator string
- data
Source string
- name str
- query str
- aggregator str
- data_
source str
- name String
- query String
- aggregator String
- data
Source String
DashboardWidgetChangeDefinitionRequestQueryProcessQuery, DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs
- Data
Source string - Metric string
- Name string
- Aggregator string
- Is
Normalized boolCpu - Limit int
- Sort string
- Tag
Filters List<string> - Text
Filter string
- Data
Source string - Metric string
- Name string
- Aggregator string
- Is
Normalized boolCpu - Limit int
- Sort string
- Tag
Filters []string - Text
Filter string
- data
Source String - metric String
- name String
- aggregator String
- is
Normalized BooleanCpu - limit Integer
- sort String
- tag
Filters List<String> - text
Filter String
- data
Source string - metric string
- name string
- aggregator string
- is
Normalized booleanCpu - limit number
- sort string
- tag
Filters string[] - text
Filter string
- data_
source str - metric str
- name str
- aggregator str
- is_
normalized_ boolcpu - limit int
- sort str
- tag_
filters Sequence[str] - text_
filter str
- data
Source String - metric String
- name String
- aggregator String
- is
Normalized BooleanCpu - limit Number
- sort String
- tag
Filters List<String> - text
Filter String
DashboardWidgetChangeDefinitionRequestQuerySloQuery, DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs
- Data
Source string - Measure string
- Slo
Id string - Additional
Query stringFilters - Group
Mode string - Name string
- Slo
Query stringType
- Data
Source string - Measure string
- Slo
Id string - Additional
Query stringFilters - Group
Mode string - Name string
- Slo
Query stringType
- data
Source String - measure String
- slo
Id String - additional
Query StringFilters - group
Mode String - name String
- slo
Query StringType
- data
Source string - measure string
- slo
Id string - additional
Query stringFilters - group
Mode string - name string
- slo
Query stringType
- data_
source str - measure str
- slo_
id str - additional_
query_ strfilters - group_
mode str - name str
- slo_
query_ strtype
- data
Source String - measure String
- slo
Id String - additional
Query StringFilters - group
Mode String - name String
- slo
Query StringType
DashboardWidgetChangeDefinitionRequestRumQuery, DashboardWidgetChangeDefinitionRequestRumQueryArgs
DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery, DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetChangeDefinitionRequestRumQueryGroupBy, DashboardWidgetChangeDefinitionRequestRumQueryGroupByArgs
- facet String
- limit Number
- sort
Query Property Map
DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery, DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryArgs
- Aggregation string
- Order string
- Facet string
- Aggregation string
- Order string
- Facet string
- aggregation String
- order String
- facet String
- aggregation string
- order string
- facet string
- aggregation str
- order str
- facet str
- aggregation String
- order String
- facet String
DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute, DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetChangeDefinitionRequestSecurityQuery, DashboardWidgetChangeDefinitionRequestSecurityQueryArgs
DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery, DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy, DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByArgs
- facet String
- limit Number
- sort
Query Property Map
DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery, DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryArgs
- Aggregation string
- Order string
- Facet string
- Aggregation string
- Order string
- Facet string
- aggregation String
- order String
- facet String
- aggregation string
- order string
- facet string
- aggregation str
- order str
- facet str
- aggregation String
- order String
- facet String
DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute, DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetCheckStatusDefinition, DashboardWidgetCheckStatusDefinitionArgs
- check str
- grouping str
- group str
- group_
bies Sequence[str] - live_
span str - Sequence[str]
A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported.- title str
The title of the dashboard.
- title_
align str - title_
size str
DashboardWidgetDistributionDefinition, DashboardWidgetDistributionDefinitionArgs
- Legend
Size string - Live
Span string - Requests
List<Dashboard
Widget Distribution Definition Request> - Show
Legend bool - Title string
The title of the dashboard.
- Title
Align string - Title
Size string
- Legend
Size string - Live
Span string - Requests
[]Dashboard
Widget Distribution Definition Request - Show
Legend bool - Title string
The title of the dashboard.
- Title
Align string - Title
Size string
- legend
Size String - live
Span String - requests
List<Dashboard
Widget Distribution Definition Request> - show
Legend Boolean - title String
The title of the dashboard.
- title
Align String - title
Size String
- legend
Size string - live
Span string - requests
Dashboard
Widget Distribution Definition Request[] - show
Legend boolean - title string
The title of the dashboard.
- title
Align string - title
Size string
- legend_
size str - live_
span str - requests
Sequence[Dashboard
Widget Distribution Definition Request] - show_
legend bool - title str
The title of the dashboard.
- title_
align str - title_
size str
- legend
Size String - live
Span String - requests List<Property Map>
- show
Legend Boolean - title String
The title of the dashboard.
- title
Align String - title
Size String
DashboardWidgetDistributionDefinitionRequest, DashboardWidgetDistributionDefinitionRequestArgs
- Apm
Query DashboardWidget Distribution Definition Request Apm Query - Apm
Stats DashboardQuery Widget Distribution Definition Request Apm Stats Query - Log
Query DashboardWidget Distribution Definition Request Log Query - Process
Query DashboardWidget Distribution Definition Request Process Query - Q string
- Rum
Query DashboardWidget Distribution Definition Request Rum Query - Security
Query DashboardWidget Distribution Definition Request Security Query - Style
Dashboard
Widget Distribution Definition Request Style
- Apm
Query DashboardWidget Distribution Definition Request Apm Query - Apm
Stats DashboardQuery Widget Distribution Definition Request Apm Stats Query - Log
Query DashboardWidget Distribution Definition Request Log Query - Process
Query DashboardWidget Distribution Definition Request Process Query - Q string
- Rum
Query DashboardWidget Distribution Definition Request Rum Query - Security
Query DashboardWidget Distribution Definition Request Security Query - Style
Dashboard
Widget Distribution Definition Request Style
- apm
Query DashboardWidget Distribution Definition Request Apm Query - apm
Stats DashboardQuery Widget Distribution Definition Request Apm Stats Query - log
Query DashboardWidget Distribution Definition Request Log Query - process
Query DashboardWidget Distribution Definition Request Process Query - q String
- rum
Query DashboardWidget Distribution Definition Request Rum Query - security
Query DashboardWidget Distribution Definition Request Security Query - style
Dashboard
Widget Distribution Definition Request Style
- apm
Query DashboardWidget Distribution Definition Request Apm Query - apm
Stats DashboardQuery Widget Distribution Definition Request Apm Stats Query - log
Query DashboardWidget Distribution Definition Request Log Query - process
Query DashboardWidget Distribution Definition Request Process Query - q string
- rum
Query DashboardWidget Distribution Definition Request Rum Query - security
Query DashboardWidget Distribution Definition Request Security Query - style
Dashboard
Widget Distribution Definition Request Style
- apm_
query DashboardWidget Distribution Definition Request Apm Query - apm_
stats_ Dashboardquery Widget Distribution Definition Request Apm Stats Query - log_
query DashboardWidget Distribution Definition Request Log Query - process_
query DashboardWidget Distribution Definition Request Process Query - q str
- rum_
query DashboardWidget Distribution Definition Request Rum Query - security_
query DashboardWidget Distribution Definition Request Security Query - style
Dashboard
Widget Distribution Definition Request Style
DashboardWidgetDistributionDefinitionRequestApmQuery, DashboardWidgetDistributionDefinitionRequestApmQueryArgs
DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery, DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy, DashboardWidgetDistributionDefinitionRequestApmQueryGroupByArgs
- facet String
- limit Number
- sort
Query Property Map
DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery, DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryArgs
- Aggregation string
- Order string
- Facet string
- Aggregation string
- Order string
- Facet string
- aggregation String
- order String
- facet String
- aggregation string
- order string
- facet string
- aggregation str
- order str
- facet str
- aggregation String
- order String
- facet String
DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute, DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetDistributionDefinitionRequestApmStatsQuery, DashboardWidgetDistributionDefinitionRequestApmStatsQueryArgs
- Env string
- Name string
- Primary
Tag string - Row
Type string - Service string
- Columns
List<Dashboard
Widget Distribution Definition Request Apm Stats Query Column> - Resource string
- Env string
- Name string
- Primary
Tag string - Row
Type string - Service string
- Columns
[]Dashboard
Widget Distribution Definition Request Apm Stats Query Column - Resource string
- env String
- name String
- primary
Tag String - row
Type String - service String
- columns
List<Dashboard
Widget Distribution Definition Request Apm Stats Query Column> - resource String
- env string
- name string
- primary
Tag string - row
Type string - service string
- columns
Dashboard
Widget Distribution Definition Request Apm Stats Query Column[] - resource string
- env String
- name String
- primary
Tag String - row
Type String - service String
- columns List<Property Map>
- resource String
DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumn, DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnArgs
- Name string
- Alias string
- Cell
Display stringMode - Order string
- Name string
- Alias string
- Cell
Display stringMode - Order string
- name String
- alias String
- cell
Display StringMode - order String
- name string
- alias string
- cell
Display stringMode - order string
- name str
- alias str
- cell_
display_ strmode - order str
- name String
- alias String
- cell
Display StringMode - order String
DashboardWidgetDistributionDefinitionRequestLogQuery, DashboardWidgetDistributionDefinitionRequestLogQueryArgs
DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery, DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy, DashboardWidgetDistributionDefinitionRequestLogQueryGroupByArgs
- facet String
- limit Number
- sort
Query Property Map
DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery, DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryArgs
- Aggregation string
- Order string
- Facet string
- Aggregation string
- Order string
- Facet string
- aggregation String
- order String
- facet String
- aggregation string
- order string
- facet string
- aggregation str
- order str
- facet str
- aggregation String
- order String
- facet String
DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute, DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeArgs
- Aggregation string
- Facet string
- Interval int
- Aggregation string
- Facet string
- Interval int
- aggregation String
- facet String
- interval Integer
- aggregation string
- facet string
- interval number
- aggregation str
- facet str
- interval int
- aggregation String
- facet String
- interval Number
DashboardWidgetDistributionDefinitionRequestProcessQuery, DashboardWidgetDistributionDefinitionRequestProcessQueryArgs
- Metric string
- Filter
Bies List<string> - Limit int
- Search
By string
- Metric string
- Filter
Bies []string - Limit int
- Search
By string
- metric String
- filter
Bies List<String> - limit Integer
- search
By String
- metric string
- filter
Bies string[] - limit number
- search
By string
- metric str
- filter_
bies Sequence[str] - limit int
- search_
by str
- metric String
- filter
Bies List<String> - limit Number
- search
By String