- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 03:48 AM
Hi!
Whike looking at plugins I noticed this one this https://store.servicenow.com/sn_appstore_store.do#!/store/application/97e04562072020107add6a77c4a9351a/1.0.3
Observability Commons for CMDB
The summary doesn't say much:
Contains the commons elements required for all Service Graph Connectors for Observability.
Functionality for seamless integration with Event Management, Logs and Metrics.
Does anybody know more about this app, what is it used for??
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 05:40 AM
ServiceNow developed store applications can install parts using conditional branching. This application is largely a placeholder application that allows for conditional installation of observability functionality for Service Graph connectors.
You can think of it as the following pseudo code
if (Observability Commons for CMDB is installed) {
Install a bunch of code for observability functionality
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 05:40 AM
ServiceNow developed store applications can install parts using conditional branching. This application is largely a placeholder application that allows for conditional installation of observability functionality for Service Graph connectors.
You can think of it as the following pseudo code
if (Observability Commons for CMDB is installed) {
Install a bunch of code for observability functionality
}