Skip to content

Commit 9822131

Browse files
authored
Add Saved Views for Argo Workflows (#17352)
1 parent d4c3ad1 commit 9822131

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Argo Workflows Errors Overview",
3+
"options": {
4+
"columns": [
5+
"host",
6+
"service"
7+
],
8+
"message_display": "inline",
9+
"show_date_column": true,
10+
"show_message_column": true,
11+
"show_timeline": true
12+
},
13+
"page": "stream",
14+
"query": "source:argo_workflows status:error",
15+
"timerange": {
16+
"interval_ms": 3600000
17+
},
18+
"type": "logs",
19+
"visible_facets": []
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Argo Workflows Overview",
3+
"options": {
4+
"columns": [
5+
"host",
6+
"service"
7+
],
8+
"message_display": "inline",
9+
"show_date_column": true,
10+
"show_message_column": true,
11+
"show_timeline": true
12+
},
13+
"page": "stream",
14+
"query": "source:argo_workflows ",
15+
"timerange": {
16+
"interval_ms": 3600000
17+
},
18+
"type": "logs",
19+
"visible_facets": []
20+
}

argo_workflows/manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@
5252
},
5353
"monitors": {
5454
"errors": "assets/monitors/errors.json"
55-
}
55+
},
56+
"saved_views": {
57+
"overview": "assets/saved_views/overview.json",
58+
"errors": "assets/saved_views/errors.json"
59+
}
5660
},
5761
"author": {
5862
"support_email": "help@datadoghq.com",

0 commit comments

Comments
 (0)