Skip to content

Commit 6b69c6e

Browse files
Add AppOmni integration (DataDog#2670)
Co-authored-by: Ben Goldberg <[email protected]>
1 parent 9fcb3a2 commit 6b69c6e

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

appomni/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG - AppOmni
22

3-
## 1.0.0 / 2025-04-11
3+
## 1.0.0 / 2025-04-30
44

55
_**Added**_:
66

appomni/assets/dashboards/appomni_events_overview.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"title_size": "16",
5757
"title_align": "left",
5858
"show_legend": true,
59-
"legend_layout": "auto",
59+
"legend_layout": "horizontal",
6060
"legend_columns": [
6161
"avg",
6262
"min",
@@ -77,21 +77,20 @@
7777
"name": "query1",
7878
"data_source": "logs",
7979
"search": {
80-
"query": "@appomni.event.kind:alert $SaaS_Service_Type $User_Name $Event_or_Alert"
80+
"query": "@appomni.event.kind:alert $User_Name"
8181
},
8282
"indexes": [
8383
"*"
8484
],
8585
"group_by": [
8686
{
8787
"facet": "service",
88-
"limit": 15,
88+
"limit": 10,
8989
"sort": {
9090
"aggregation": "count",
9191
"order": "desc",
9292
"metric": "count"
93-
},
94-
"should_exclude_missing": true
93+
}
9594
}
9695
],
9796
"compute": {
@@ -108,7 +107,7 @@
108107
"line_type": "solid",
109108
"line_width": "normal"
110109
},
111-
"display_type": "line"
110+
"display_type": "bars"
112111
}
113112
]
114113
},
@@ -140,7 +139,7 @@
140139
],
141140
"group_by": [
142141
{
143-
"facet": "@status",
142+
"facet": "@appomni.evt.severity",
144143
"limit": 10,
145144
"sort": {
146145
"aggregation": "count",
@@ -191,7 +190,7 @@
191190
{
192191
"id": 8715748622809484,
193192
"definition": {
194-
"title": "Alers Count by User and Alert Rule",
193+
"title": "Alerts Count by User and Alert Rule",
195194
"title_size": "16",
196195
"title_align": "left",
197196
"type": "query_table",

0 commit comments

Comments
 (0)