Skip to content

Commit c24a3e8

Browse files
authored
add widget for local failover store in dca (#19813)
1 parent 4685faf commit c24a3e8

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

datadog_cluster_agent/assets/dashboards/datadog_cluster_agent_overview.json

+50
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,56 @@
18521852
"width": 8,
18531853
"height": 13
18541854
}
1855+
},
1856+
{
1857+
"id": 1439774421918952,
1858+
"definition": {
1859+
"title": "Number of workload metrics for local autoscaling recommendations",
1860+
"title_size": "16",
1861+
"title_align": "left",
1862+
"type": "query_table",
1863+
"requests": [
1864+
{
1865+
"queries": [
1866+
{
1867+
"data_source": "metrics",
1868+
"name": "query1",
1869+
"query": "avg:datadog.cluster_agent.autoscaling.workload.store_load_entities{$cluster, $namespace} by {deployment,loadname}",
1870+
"aggregator": "max"
1871+
}
1872+
],
1873+
"response_format": "scalar",
1874+
"sort": {
1875+
"count": 25,
1876+
"order_by": [
1877+
{
1878+
"type": "formula",
1879+
"index": 0,
1880+
"order": "desc"
1881+
}
1882+
]
1883+
},
1884+
"formulas": [
1885+
{
1886+
"cell_display_mode": "trend",
1887+
"cell_display_mode_options": {
1888+
"trend_type": "area",
1889+
"y_scale": "shared"
1890+
},
1891+
"alias": "Number of Entities",
1892+
"formula": "query1"
1893+
}
1894+
]
1895+
}
1896+
],
1897+
"has_search_bar": "auto"
1898+
},
1899+
"layout": {
1900+
"x": 0,
1901+
"y": 9,
1902+
"width": 4,
1903+
"height": 3
1904+
}
18551905
}
18561906
],
18571907
"template_variables": [

0 commit comments

Comments
 (0)