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
Copy file name to clipboardExpand all lines: modules/configuring-cluster-monitoring.adoc
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,15 +44,10 @@ metadata:
44
44
name: cluster-monitoring-config
45
45
namespace: openshift-monitoring
46
46
----
47
-
<1> A typical value is `PROMETHEUS_RETENTION_PERIOD=15d`. Units are measured in
48
-
time using one of these suffixes: s, m, h, d.
47
+
<1> The default value of Prometheus retention is `PROMETHEUS_RETENTION_PERIOD=15d`. Units are measured in time using one of these suffixes: s, m, h, d.
49
48
<2> The storage class for your cluster.
50
-
<3> A typical value is `PROMETHEUS_STORAGE_SIZE=2000Gi`. Storage values can be a
51
-
plain integer or as a fixed-point integer using one of these suffixes: E, P, T,
52
-
G, M, K. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi, Mi, Ki.
53
-
<4> A typical value is `ALERTMANAGER_STORAGE_SIZE=20Gi`. Storage values can be a
54
-
plain integer or as a fixed-point integer using one of these suffixes: E, P, T,
55
-
G, M, K. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi, Mi, Ki.
49
+
<3> A typical value is `PROMETHEUS_STORAGE_SIZE=2000Gi`. Storage values can be a plain integer or a fixed-point integer using one of these suffixes: E, P, T, G, M, K. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi, Mi, Ki.
50
+
<4> A typical value is `ALERTMANAGER_STORAGE_SIZE=20Gi`. Storage values can be a plain integer or a fixed-point integer using one of these suffixes: E, P, T, G, M, K. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi, Mi, Ki.
56
51
57
52
. Add values for the retention period, storage class, and storage sizes.
Copy file name to clipboardExpand all lines: modules/prometheus-database-storage-requirements.adoc
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,40 +10,36 @@ Red Hat performed various tests for different scale sizes.
10
10
11
11
[NOTE]
12
12
====
13
-
The Prometheus storage requirements below are not prescriptive. Higher resource consumption might be observed in your cluster depending on workload activity and resource use.
13
+
The Prometheus storage requirements below are not prescriptive and should be used as a reference. Higher resource consumption might be observed in your cluster depending on workload activity and resource density, including the number of pods, containers, routes, or other resources exposing metrics collected by Prometheus.
14
14
====
15
15
16
16
.Prometheus Database storage requirements based on number of nodes/pods in the cluster
17
17
[options="header"]
18
18
|===
19
-
|Number of Nodes |Number of pods |Prometheus storage growth per day |Prometheus storage growth per 15 days |RAM Space (per scale size) |Network (per tsdb chunk)
19
+
|Number of Nodes |Number of pods (2 containers per pod) |Prometheus storage growth per day |Prometheus storage growth per 15 days |Network (per tsdb chunk)
20
20
21
21
|50
22
22
|1800
23
23
|6.3 GB
24
24
|94 GB
25
-
|6 GB
26
25
|16 MB
27
26
28
27
|100
29
28
|3600
30
29
|13 GB
31
30
|195 GB
32
-
|10 GB
33
31
|26 MB
34
32
35
33
|150
36
34
|5400
37
35
|19 GB
38
36
|283 GB
39
-
|12 GB
40
37
|36 MB
41
38
42
39
|200
43
40
|7200
44
41
|25 GB
45
42
|375 GB
46
-
|14 GB
47
43
|46 MB
48
44
|===
49
45
@@ -58,5 +54,5 @@ CPU utilization has minor impact. The ratio is approximately 1 core out of 40 pe
58
54
59
55
*Recommendations for {product-title}*
60
56
61
-
* Use at least three infrastructure (infra) nodes.
62
-
* Use at least three *openshift-container-storage* nodes with non-volatile memory express (NVMe) drives.
57
+
* Use at least two infrastructure (infra) nodes.
58
+
* Use at least three *openshift-container-storage* nodes with non-volatile memory express (SSD or NVMe) drives.
0 commit comments