forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Live Process Integration Saved Views (DataDog#8634)
* add live process integration saved views for integrations with "process_signatures" * update validation to include process_overview page * update views to use name field vs integration_id when creating filter tag * remove ssh_check process integration saved view * use display name in integration saved view
- Loading branch information
Showing
89 changed files
with
1,612 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "ActiveMQ", | ||
"type": "process", | ||
"page": "process_overview", | ||
"query": "Filter by: integration:activemq", | ||
"options": { | ||
"sort": { | ||
"order": "DESC", | ||
"key": "memory" | ||
}, | ||
"graph_options": {}, | ||
"view_options": [ | ||
"normalizeCPU", | ||
"showArguments" | ||
], | ||
"filter": { | ||
"text": "", | ||
"groups": [], | ||
"tags": [ | ||
"integration:activemq" | ||
] | ||
}, | ||
"selected_top_graph": "scatterplot", | ||
"enabled_columns": [ | ||
"cpu", | ||
"host", | ||
"mem", | ||
"proc", | ||
"start", | ||
"user" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "Apache", | ||
"type": "process", | ||
"page": "process_overview", | ||
"query": "Filter by: integration:apache", | ||
"options": { | ||
"sort": { | ||
"order": "DESC", | ||
"key": "memory" | ||
}, | ||
"graph_options": {}, | ||
"view_options": [ | ||
"normalizeCPU", | ||
"showArguments" | ||
], | ||
"filter": { | ||
"text": "", | ||
"groups": [], | ||
"tags": [ | ||
"integration:apache" | ||
] | ||
}, | ||
"selected_top_graph": "scatterplot", | ||
"enabled_columns": [ | ||
"cpu", | ||
"host", | ||
"mem", | ||
"proc", | ||
"start", | ||
"user" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "Cassandra", | ||
"type": "process", | ||
"page": "process_overview", | ||
"query": "Filter by: integration:cassandra", | ||
"options": { | ||
"sort": { | ||
"order": "DESC", | ||
"key": "memory" | ||
}, | ||
"graph_options": {}, | ||
"view_options": [ | ||
"normalizeCPU", | ||
"showArguments" | ||
], | ||
"filter": { | ||
"text": "", | ||
"groups": [], | ||
"tags": [ | ||
"integration:cassandra" | ||
] | ||
}, | ||
"selected_top_graph": "scatterplot", | ||
"enabled_columns": [ | ||
"cpu", | ||
"host", | ||
"mem", | ||
"proc", | ||
"start", | ||
"user" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "Ceph", | ||
"type": "process", | ||
"page": "process_overview", | ||
"query": "Filter by: integration:ceph", | ||
"options": { | ||
"sort": { | ||
"order": "DESC", | ||
"key": "memory" | ||
}, | ||
"graph_options": {}, | ||
"view_options": [ | ||
"normalizeCPU", | ||
"showArguments" | ||
], | ||
"filter": { | ||
"text": "", | ||
"groups": [], | ||
"tags": [ | ||
"integration:ceph" | ||
] | ||
}, | ||
"selected_top_graph": "scatterplot", | ||
"enabled_columns": [ | ||
"cpu", | ||
"host", | ||
"mem", | ||
"proc", | ||
"start", | ||
"user" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "Consul", | ||
"type": "process", | ||
"page": "process_overview", | ||
"query": "Filter by: integration:consul", | ||
"options": { | ||
"sort": { | ||
"order": "DESC", | ||
"key": "memory" | ||
}, | ||
"graph_options": {}, | ||
"view_options": [ | ||
"normalizeCPU", | ||
"showArguments" | ||
], | ||
"filter": { | ||
"text": "", | ||
"groups": [], | ||
"tags": [ | ||
"integration:consul" | ||
] | ||
}, | ||
"selected_top_graph": "scatterplot", | ||
"enabled_columns": [ | ||
"cpu", | ||
"host", | ||
"mem", | ||
"proc", | ||
"start", | ||
"user" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "CouchDB", | ||
"type": "process", | ||
"page": "process_overview", | ||
"query": "Filter by: integration:couch", | ||
"options": { | ||
"sort": { | ||
"order": "DESC", | ||
"key": "memory" | ||
}, | ||
"graph_options": {}, | ||
"view_options": [ | ||
"normalizeCPU", | ||
"showArguments" | ||
], | ||
"filter": { | ||
"text": "", | ||
"groups": [], | ||
"tags": [ | ||
"integration:couch" | ||
] | ||
}, | ||
"selected_top_graph": "scatterplot", | ||
"enabled_columns": [ | ||
"cpu", | ||
"host", | ||
"mem", | ||
"proc", | ||
"start", | ||
"user" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "Couchbase", | ||
"type": "process", | ||
"page": "process_overview", | ||
"query": "Filter by: integration:couchbase", | ||
"options": { | ||
"sort": { | ||
"order": "DESC", | ||
"key": "memory" | ||
}, | ||
"graph_options": {}, | ||
"view_options": [ | ||
"normalizeCPU", | ||
"showArguments" | ||
], | ||
"filter": { | ||
"text": "", | ||
"groups": [], | ||
"tags": [ | ||
"integration:couchbase" | ||
] | ||
}, | ||
"selected_top_graph": "scatterplot", | ||
"enabled_columns": [ | ||
"cpu", | ||
"host", | ||
"mem", | ||
"proc", | ||
"start", | ||
"user" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "Elasticsearch", | ||
"type": "process", | ||
"page": "process_overview", | ||
"query": "Filter by: integration:elastic", | ||
"options": { | ||
"sort": { | ||
"order": "DESC", | ||
"key": "memory" | ||
}, | ||
"graph_options": {}, | ||
"view_options": [ | ||
"normalizeCPU", | ||
"showArguments" | ||
], | ||
"filter": { | ||
"text": "", | ||
"groups": [], | ||
"tags": [ | ||
"integration:elastic" | ||
] | ||
}, | ||
"selected_top_graph": "scatterplot", | ||
"enabled_columns": [ | ||
"cpu", | ||
"host", | ||
"mem", | ||
"proc", | ||
"start", | ||
"user" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.