You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: cortex-mixin/dashboards/reads.libsonnet
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ local utils = import 'mixin-utils/utils.libsonnet';
16
16
Incoming queries travel from the gateway → query frontend → query scheduler → querier → ingester and/or store-gateway (depending on the time range of the query).
17
17
<br/>
18
18
For each service, there are 3 panels showing (1) requests per second to that service, (2) average, median, and p99 latency of requests to that service, and (3) p99 latency of requests to each instance of that service.
19
-
</p>
19
+
</p>
20
20
<p>
21
-
The dashboard also shows metrics for the 4 optional caches that can be deployed with Cortex:
22
-
the query results cache, the metadata cache, the chunks cache, and the index cache.
21
+
The dashboard also shows metrics for the 4 optional caches that can be deployed with Cortex:
22
+
the query results cache, the metadata cache, the chunks cache, and the index cache.
23
23
<br/>
24
-
These panels will show “no data” if the caches are not deployed.
24
+
These panels will show “no data” if the caches are not deployed.
25
25
</p>
26
26
<p>
27
-
Lastly, it also includes metrics for how the ingester and store-gateway interact with object storage.
27
+
Lastly, it also includes metrics for how the ingester and store-gateway interact with object storage.
28
28
</p>
29
29
|||),
30
30
)
@@ -45,7 +45,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
45
45
route=~"(prometheus|api_prom)_api_v1_query"
46
46
}[$__rate_interval]
47
47
)
48
-
) +
48
+
) +
49
49
sum(
50
50
rate(
51
51
cortex_prometheus_rule_evaluations_total{
@@ -61,7 +61,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
61
61
'Instant queries per second',
62
62
|||
63
63
Rate of instant queries per second being made to the system.
64
-
Includes both queries made to the <tt>/prometheus</tt> API as
64
+
Includes both queries made to the <tt>/prometheus</tt> API as
65
65
well as queries from the ruler.
66
66
|||
67
67
),
@@ -83,8 +83,8 @@ local utils = import 'mixin-utils/utils.libsonnet';
83
83
$.panelDescription(
84
84
'Range queries per second',
85
85
|||
86
-
Rate of range queries per second being made to
87
-
Cortex via the <tt>/prometheus</tt> API.
86
+
Rate of range queries per second being made to
87
+
Cortex via the <tt>/prometheus</tt> API.
88
88
|||
89
89
),
90
90
)
@@ -135,7 +135,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
135
135
The query scheduler is an optional service that moves
136
136
the internal queue from the query-frontend into a
137
137
separate component.
138
-
If this service is not deployed,
138
+
If this service is not deployed,
139
139
these panels will show "No data."
140
140
</p>
141
141
|||
@@ -286,8 +286,8 @@ local utils = import 'mixin-utils/utils.libsonnet';
286
286
%s
287
287
}[$__rate_interval]
288
288
)
289
-
)
290
-
/
289
+
)
290
+
/
291
291
sum by(item_type) (
292
292
rate(
293
293
thanos_store_index_cache_requests_total{
@@ -307,7 +307,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
307
307
'Hit Ratio',
308
308
|||
309
309
Even if you do not set up memcached for the blocks index cache, you will still see data in this panel because Cortex by default has an
This alert fires when the bucket index, for a given tenant, is not updated since a long time. The bucket index is expected to be periodically updated by the compactor and is used by queriers and store-gateways to get an almost-updated view over the bucket store.
316
+
This alert fires when the bucket index, for a given tenant, is not updated since a long time. The bucket index is expected to be periodically updated by the compactor and is used by queriers and store-gateways to get an almost-updated view over the bucket store.
0 commit comments