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 Name | Content |
|---|---|
Item Type | Group |
System Name | rsm-v2 |
Title | Service Monitor Toolkit |
Enable Display | Yes, 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:
- Health Models
- Model Settings
- Metrics
- Research
- Analytics Centers
- All Analytics Centers
| Field Name | Content |
|---|---|
Item Type | Page |
System Name | tree |
Title | Health Models |
Enable Display | Yes, the flag should be enabled |
| Field Name | Content |
|---|---|
Item Type | Page |
System Name | models |
Title | Model Settings |
Enable Display | Yes, the flag should be enabled |
| Field Name | Content |
|---|---|
Item Type | Page |
System Name | metrics |
Title | Metrics |
Enable Display | Yes, the flag should be enabled |
| Field Name | Content |
|---|---|
Item Type | Page |
System Name | research |
Title | Research |
Enable Display | Yes, the flag should be enabled |
| Field Name | Content |
|---|---|
Item Type | Group |
System Name | analytics-center |
Title | Analytics Centers |
Enable Display | Yes, the flag should be enabled |
| Field Name | Content |
|---|---|
Item Type | Page |
System Name | analytics-center |
Title | All Analytics Centers |
Enable Display | Yes, 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
🗃️ Settings
3 items
📄️ Root Cause Analysis
Root Cause Analysis is an analytical report aimed at displaying the causes of degradation of the investigated service.
📄️ Analytics Hub
This section of the documentation contains a complete description of the interface and functionality of the analytics hub.
📄️ Deep Dive
Deep Dive is an analytical tool that helps identify and resolve IT environment issues.
📄️ Maintenance Mode
Maintenance mode allows temporarily excluding selected global metric dimensions from affecting service states during planned and unplanned work.