Skip to main content
Version: 6.0

Service Monitor Toolkit

The Service Monitor Toolkit module has appeared in the Search Anywhere Framework platform. It provides observability at infrastructure, service, and application levels. It unites metrics, logs, and traces in a unified health model, correlates events from heterogeneous sources, and helps find root causes of failures.

Adding a Section to the Navigation Menu

Via Graphical Interface

To view the functionality, you need to create elements in the navigation menu. To do this, open the menu Main Menu - System Parameters - Module Settings - Main - Menu Settings. Click the Add Module button.

Fill in the fields for the module as follows:

Field NameContent
Item TypeGroup
System Namersm-v2
TitleService Monitor Toolkit
Enable DisplayYes, the flag should be enabled

Inside the Service Monitor Toolkit module, click the Add Section button. To display Health Models, Model Settings, Metrics, Research, and Analytics Centers, fill in the fields as follows:

Field NameContent
Item TypePage
System Nametree
TitleHealth Models
Enable DisplayYes, the flag should be enabled

Click the Save Changes button. Configure permissions for user groups if necessary.

Via JSON

To do this, open the menu Main Menu - System Parameters - Module Settings - Main - Menu Settings - JSON Structure, open the JSON Structure tab, and add the following fragment to the top list via comma:

JSON
{
"itemType": "group",
"name": "rsm-v2",
"id": "i59eefde1-4942-11f1-b306-bb7d35be967e",
"title": "Service Monitor Toolkit",
"enabled": true,
"sections": [
{
"itemType": "page",
"name": "tree",
"id": "i6898ce71-4942-11f1-b306-bb7d35be967e",
"title": "Models health",
"enabled": true
},
{
"itemType": "page",
"name": "models",
"id": "i79f47891-4942-11f1-b306-bb7d35be967e",
"title": "Models",
"enabled": true
},
{
"itemType": "page",
"name": "metrics",
"id": "i7a8d0f11-4942-11f1-b306-bb7d35be967e",
"title": "Metrics",
"enabled": true
},
{
"itemType": "page",
"name": "research,
"id": "i91266dc1-4942-11f1-b306-bb7d35be967e",
"title": "Research",
"enabled": true
},
{
"itemType": "group",
"name": "analytics-center",
"id": "ia46b2331-4942-11f1-b306-bb7d35be967e",
"title": "Analytics",
"enabled": true,
"sections": [
{
"itemType": "page",
"name": "analytics-center",
"id": "ib0b35d11-4942-11f1-b306-bb7d35be967e",
"title": "All centers",
"enabled": true
}
]
}
]
},

Click the Save Changes button.

Documentation Sections