Store app: Observability Commons for CMDB

jw9
Tera Contributor

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:

 

Summary

Contains the commons elements required for all Service Graph Connectors for Observability. 

Key Features

Functionality for seamless integration with Event Management, Logs and Metrics.

 

 

Does anybody know more about this app, what is it used for??

 

Thanks

1 ACCEPTED SOLUTION

Not applicable

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

}

View solution in original post

1 REPLY 1

Not applicable

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

}