File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,12 @@ Now, some rules of thumb:
51
51
2 . Each million series (including churn) consumes 15GB of chunk
52
52
storage and 4GB of index, per day (so multiply by the retention
53
53
period).
54
- 3 . Each 100,000 samples/sec arriving takes 1 CPU in distributors.
55
- Distributors don't need much RAM.
54
+ 3 . The distributors CPU utilization depends on the specific Cortex cluster
55
+ setup, while they don't need much RAM. Typically, distributors are capable
56
+ to process between 20,000 and 100,000 samples/sec with 1 CPU core. It's also
57
+ highly recommended to configure Prometheus ` max_samples_per_send ` to 1,000
58
+ samples, in order to reduce the distributors CPU utilization given the same
59
+ total samples/sec throughput.
56
60
57
61
If you turn on compression between distributors and ingesters (for
58
62
example to save on inter-zone bandwidth charges at AWS/GCP) they will use
You can’t perform that action at this time.
0 commit comments