Skip to content

Commit 5f70ea6

Browse files
authored
Corrected the amount of facets we can group by (#30390)
1 parent 4fee3aa commit 5f70ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/monitors/types/database_monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Any feedback on these existing monitor types and other ones you would like to se
4646

4747
Note: The monitor you configure alerts over the **unique value count** of the facets.
4848

49-
3. You also have the option to group DBM events by multiple dimensions. All DBM events matching the query are grouped together based on the values of up to **five facets**. With the group by functionality, you also have the ability to configure the **alerting grouping strategy**:
49+
3. You also have the option to group DBM events by multiple dimensions. All DBM events matching the query are grouped together based on the values of up to **four facets**. With the group by functionality, you also have the ability to configure the **alerting grouping strategy**:
5050
* **Simple Alert**: Simple Alerts aggregate over all reporting sources, so one alert triggers when one or multiple groups values breach the threshold. You may use this strategy to reduce notification noise.
5151
* **Multi Alert**: Multi Alerts apply the alert to each source according to your group parameters, meaning that an alerting event is generated for each group that meets the set conditions. For example, you can group a query by `@db.user` and select the Multi Alert Aggregation type to receive a separate alert for each database user that triggers the alert as you've defined it.
5252

0 commit comments

Comments
 (0)