Commit graph

8 commits

Author SHA1 Message Date
samber
e2af1325c6 Publish 2026-03-16 00:27:40 +00:00
samber
4acbddb21a Publish 2025-11-05 16:04:56 +00:00
Pigueiras
97a31f34e5
Fix queries in elasticsearch latency alerts (#455)
The `elasticsearch_indices_search_fetch_total`,
`elasticsearch_indices_search_fetch_time_seconds`,
`elasticsearch_indices_indexing_index_time_seconds_total`
and `elasticsearch_indices_indexing_index_total` metrics
are counters.

Dividing these metrics doesn't make sense because a spike in
numerator would cause the alert to persist, even if subsequent
fetch/index operations are normal. Adding `increase` changes the query
to check if operations took, on average, more than X over
a 1-minute interval, which was likely the original intent of
this alert.
2025-03-26 22:15:24 +01:00
samber
7dd767c4b4 Publish 2024-05-15 06:10:06 +00:00
samber
515fca9c10 Publish 2024-05-05 23:33:11 +00:00
samber
9e7d8adf96 Publish 2023-01-30 16:07:23 +00:00
samber
670787ae34 Publish 2022-10-31 09:11:35 +00:00
Samuel Berthe
ccf24bcf03 Publish 2022-06-15 00:08:51 +00:00