Skip to content

Commit df1d679

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4ecb86e of spec repo
1 parent 48d8e58 commit df1d679

File tree

7 files changed

+1016
-15
lines changed

7 files changed

+1016
-15
lines changed

content/en/api/v1/dashboards/examples.json

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"title": "Example-Dashboard",
3+
"description": "",
4+
"widgets": [
5+
{
6+
"layout": {
7+
"x": 0,
8+
"y": 0,
9+
"width": 47,
10+
"height": 15
11+
},
12+
"definition": {
13+
"title": "",
14+
"title_size": "16",
15+
"title_align": "left",
16+
"time": {},
17+
"style": {
18+
"display": {
19+
"type": "stacked",
20+
"legend": "inline"
21+
},
22+
"scaling": "relative",
23+
"palette": "dog_classic"
24+
},
25+
"type": "bar_chart",
26+
"requests": [
27+
{
28+
"queries": [
29+
{
30+
"data_source": "metrics",
31+
"name": "query1",
32+
"query": "avg:system.cpu.user{*} by {service}",
33+
"aggregator": "avg"
34+
}
35+
],
36+
"formulas": [
37+
{
38+
"formula": "query1"
39+
}
40+
],
41+
"sort": {
42+
"count": 10,
43+
"order_by": [
44+
{
45+
"type": "formula",
46+
"index": 0,
47+
"order": "desc"
48+
}
49+
]
50+
},
51+
"response_format": "scalar"
52+
}
53+
]
54+
}
55+
}
56+
],
57+
"template_variables": [],
58+
"layout_type": "free",
59+
"notify_list": []
60+
}
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"title": "Example-Dashboard",
3+
"description": "",
4+
"widgets": [
5+
{
6+
"layout": {
7+
"x": 0,
8+
"y": 0,
9+
"width": 47,
10+
"height": 15
11+
},
12+
"definition": {
13+
"title": "",
14+
"title_size": "16",
15+
"title_align": "left",
16+
"time": {},
17+
"style": {
18+
"display": {
19+
"type": "stacked"
20+
},
21+
"scaling": "relative",
22+
"palette": "dog_classic"
23+
},
24+
"type": "bar_chart",
25+
"requests": [
26+
{
27+
"queries": [
28+
{
29+
"data_source": "metrics",
30+
"name": "query1",
31+
"query": "avg:system.cpu.user{*} by {service}",
32+
"aggregator": "avg"
33+
}
34+
],
35+
"formulas": [
36+
{
37+
"formula": "query1"
38+
}
39+
],
40+
"sort": {
41+
"count": 10,
42+
"order_by": [
43+
{
44+
"type": "group",
45+
"name": "service",
46+
"order": "asc"
47+
}
48+
]
49+
},
50+
"response_format": "scalar"
51+
}
52+
]
53+
}
54+
}
55+
],
56+
"template_variables": [],
57+
"layout_type": "free",
58+
"notify_list": []
59+
}
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"title": "Example-Dashboard",
3+
"description": "",
4+
"widgets": [
5+
{
6+
"layout": {
7+
"x": 0,
8+
"y": 0,
9+
"width": 47,
10+
"height": 15
11+
},
12+
"definition": {
13+
"title": "",
14+
"title_size": "16",
15+
"title_align": "left",
16+
"time": {},
17+
"style": {
18+
"display": {
19+
"type": "stacked",
20+
"legend": "inline"
21+
},
22+
"scaling": "relative",
23+
"palette": "dog_classic"
24+
},
25+
"type": "bar_chart",
26+
"requests": [
27+
{
28+
"queries": [
29+
{
30+
"data_source": "metrics",
31+
"name": "query1",
32+
"query": "avg:system.cpu.user{*} by {service}",
33+
"aggregator": "avg"
34+
}
35+
],
36+
"formulas": [
37+
{
38+
"formula": "query1"
39+
}
40+
],
41+
"sort": {
42+
"count": 10,
43+
"order_by": [
44+
{
45+
"type": "group",
46+
"name": "service",
47+
"order": "asc"
48+
}
49+
]
50+
},
51+
"response_format": "scalar"
52+
}
53+
]
54+
}
55+
}
56+
],
57+
"template_variables": [],
58+
"layout_type": "free",
59+
"notify_list": []
60+
}

0 commit comments

Comments
 (0)