Skip to content

Commit 26063f9

Browse files
Update docs/alerts/monitors/monitor-faq.md
Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent f34f6c5 commit 26063f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/alerts/monitors/monitor-faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You need to replace `<monitorId>` with the ID of the monitor.
3838
A common reason a metric monitor is disabled is the cardinality limit was exceeded. The default cardinality limits for metrics monitors are:
3939
* An aggregate metrics monitor can evaluate up to 15,000 time series.
4040
* A non-aggregate Metrics monitor can evaluate up to 3,000 time series.
41-
* For join queries, a cardinality limit of 3,000 rows is applied. These are query row output cardinality limit for join queries like (#A/#B) * 100 in #C row and similarly other queries.
41+
* For join queries, a cardinality limit of 3,000 rows is applied. These are query row output cardinality limit for join queries like `(#A/#B) * 100 in #C row` and similarly other queries.
4242

4343
For example, if you use Kubernetes and have 20,000 pods in your deployment, a query that spans all pods, like the following, will result in the cardinality error.
4444

0 commit comments

Comments
 (0)