Monitor List¶
All configured monitors are clearly displayed in the monitor list. You can quickly view key information related to each monitor, such as associated alert strategies, creators, and updaters, through the intuitive interface on the right side of the list. Additionally, you can efficiently manage the monitor list using functions like search, filter, and import. To further enhance the transparency and traceability of monitors, you can directly jump from the list to view specific monitor-triggered incident records and operation logs, thereby achieving comprehensive monitoring of monitor status and behavior.
Operations Column¶
-
Enable/Disable: Guance supports enabling/disabling existing monitors. New monitors will be enabled by default. Disabled monitors will no longer take effect; disabled monitors can be re-enabled.
-
Click to clone the selected monitor directly.
-
You can re-edit existing monitors, including monitor status, rule configuration, etc.
-
Click to clone an already created monitor and re-edit the monitor status, rule configuration, etc., as needed.
-
Audit Trail: Click to view the operation records related to this monitor rule.
-
View Related Events: All alert events triggered by the same monitor are stored under the corresponding Monitor. By clicking View Related Events, you can directly jump to all unresolved events triggered by this rule for Event Management.
-
View Related Views: Each monitor supports associating with a dashboard. Editing the monitor allows you to associate it with the required dashboard via the Associated Dashboard feature.
-
Manual Trigger Test: Guance supports manually triggering monitor checks. If the current check rule triggers, you can view relevant details in the event viewer. During manual testing, an event record is always generated and alert notifications are sent; mute rules still apply during manual tests.
-
You can delete existing monitors. Once a monitor is deleted, its data cannot be recovered, but event data is retained.
Batch Operations¶
You can perform batch operations on specific monitors, including batch enable, disable, delete, and export.
Additionally, you can configure alert strategies for monitors directly here. In the alert configuration dropdown menu, you can quickly apply the selected alert strategy to the chosen monitors.
Note: If a monitor already has an alert strategy, the configuration done here will overwrite the existing alert settings.
Search Query¶
In the left-hand Quick Filter, you can quickly locate target monitors based on alert strategies, status, tags, and monitor types.
You can also search directly in the search box based on monitor names or alert strategy names.
Import¶
Monitors support creating monitors by importing JSON configuration files. Imported JSON files will be imported as monitors and grouped by default.
Note: The imported JSON file must be a configuration JSON file from Guance.
Tag Display¶
Guance supports adding tags to monitors. You can select existing tags or enter them manually, pressing Enter to create new tags. Events triggered by monitor checks will also include these tags.
Added tags will be displayed directly in the list after saving. You can quickly find monitors under specific tags using Quick Filter > Tags.
Tag Logic Supplement:
-
Tag value formats are not limited; they can be in
value
format, e.g.,aaa
, orkey:value
, e.g.,test:123
; -
If your custom tag key duplicates other event attributes (except for tags), it will be discarded. For example, if you set a monitor by
host
, and the final event attribute ishost:guance_01
. If you add a taghost:000
to the monitor, the custom taghost:000
will be discarded and not written into the event attributes.
SLO Integration¶
Monitors added as SLIs in SLOs will be displayed with a special icon:
Hover to view the associated SLO list, and click to open the corresponding SLO detail page.
Alert Strategies¶
The alert strategy feature allows you to customize meaningful combinations of monitors when setting up monitors. You can filter out corresponding monitors via Alert Strategies for easy management of various monitors.
Note:
-
When configuring alert strategies for monitors, to ensure that data within the detection time range is not affected by network or database delays, a 2-minute waiting period is configured for anomaly event detection;
-
Each monitor must select an alert strategy upon creation, defaulting to Default;
-
When an alert strategy is deleted, monitors under the deleted strategy will automatically be categorized under Default.
For more details, refer to How to Create and Manage Alert Strategies.