|
1 | 1 | // Module is included in the following assemblies: |
2 | | -//cluster-logging-loki.adoc |
| 2 | +// * logging/cluster-logging-loki.adoc |
| 3 | +// * network_observability/installing-operators.adoc |
| 4 | + |
| 5 | +ifeval::["{context}" == "cluster-logging-loki"] |
| 6 | +:restricted: |
| 7 | +endif::[] |
3 | 8 |
|
4 | 9 | :_mod-docs-content-type: CONCEPT |
5 | 10 | [id="loki-deployment-sizing_{context}"] |
6 | | -= Deployment Sizing |
7 | | - |
8 | | -Sizing for Loki follows the format of `N<x>._<size>_` where the value `<N>` is number of instances and `<size>` specifies performance capabilities. |
9 | | - |
10 | | -[NOTE] |
11 | | -==== |
12 | | -1x.extra-small is for demo purposes only, and is not supported. |
13 | | -==== |
14 | | - |
15 | | -.Loki Sizing |
16 | | -[options="header"] |
17 | | -|======================================================================================== |
18 | | -| | 1x.extra-small | 1x.small | 1x.medium |
19 | | -| *Data transfer* | Demo use only. | 500GB/day | 2TB/day |
20 | | -| *Queries per second (QPS)* | Demo use only. | 25-50 QPS at 200ms | 25-75 QPS at 200ms |
21 | | -| *Replication factor* | None | 2 | 3 |
22 | | -| *Total CPU requests* | 5 vCPUs | 36 vCPUs | 54 vCPUs |
23 | | -| *Total Memory requests* | 7.5Gi | 63Gi | 139Gi |
24 | | -| *Total Disk requests* | 150Gi | 300Gi | 450Gi |
25 | | -|======================================================================================== |
26 | | - |
27 | | -[id="CRD-API-support_{context}"] |
28 | | -== Supported API Custom Resource Definitions |
29 | | -LokiStack development is ongoing, not all APIs are supported currently supported. |
30 | | - |
31 | | -[options="header"] |
32 | | -|===================================================================== |
33 | | -| CustomResourceDefinition (CRD)| ApiVersion | Support state |
34 | | -| LokiStack | lokistack.loki.grafana.com/v1 | Supported in 5.5 |
35 | | -| RulerConfig | rulerconfig.loki.grafana/v1beta1 | Technology Preview |
36 | | -| AlertingRule | alertingrule.loki.grafana/v1beta1 | Technology Preview |
37 | | -| RecordingRule | recordingrule.loki.grafana/v1beta1 | Technology Preview |
38 | | -|===================================================================== |
39 | | - |
40 | | -:FeatureName: Usage of `RulerConfig`, `AlertingRule` and `RecordingRule` custom resource definitions (CRDs). |
41 | | -include::snippets/technology-preview.adoc[] |
| 11 | += Loki deployment sizing |
| 12 | + |
| 13 | +Sizing for Loki follows the format of `<N>x.<size>` where the value `<N>` is number of instances and `<size>` specifies performance capabilities. |
| 14 | + |
| 15 | +.Loki sizing |
| 16 | +[cols="1h,3*",options="header"] |
| 17 | +|=== |
| 18 | +| |
| 19 | +|1x.extra-small |
| 20 | +|1x.small |
| 21 | +|1x.medium |
| 22 | + |
| 23 | +|Data transfer |
| 24 | +|100GB/day |
| 25 | +|500GB/day |
| 26 | +|2TB/day |
| 27 | + |
| 28 | +|Queries per second (QPS) |
| 29 | +|1-25 QPS at 200ms |
| 30 | +|25-50 QPS at 200ms |
| 31 | +|25-75 QPS at 200ms |
| 32 | + |
| 33 | +|Replication factor |
| 34 | +|2 |
| 35 | +|2 |
| 36 | +|2 |
| 37 | + |
| 38 | +|Total CPU requests |
| 39 | +|14 vCPUs |
| 40 | +|34 vCPUs |
| 41 | +|54 vCPUs |
| 42 | + |
| 43 | +ifdef::restricted[] |
| 44 | +|Total CPU requests if using the ruler |
| 45 | +|16 vCPUs |
| 46 | +|42 vCPUs |
| 47 | +|70 vCPUs |
| 48 | +endif::restricted[] |
| 49 | + |
| 50 | +|Total memory requests |
| 51 | +|31Gi |
| 52 | +|67Gi |
| 53 | +|139Gi |
| 54 | + |
| 55 | +ifdef::restricted[] |
| 56 | +|Total memory requests if using the ruler |
| 57 | +|35Gi |
| 58 | +|83Gi |
| 59 | +|171Gi |
| 60 | +endif::restricted[] |
| 61 | + |
| 62 | +|Total disk requests |
| 63 | +|430Gi |
| 64 | +|430Gi |
| 65 | +|590Gi |
| 66 | + |
| 67 | +ifdef::restricted[] |
| 68 | +|Total disk requests if using the ruler |
| 69 | +|650Gi |
| 70 | +|650Gi |
| 71 | +|910Gi |
| 72 | +endif::restricted[] |
| 73 | +|=== |
| 74 | + |
| 75 | +ifeval::["{context}" == "cluster-logging-loki"] |
| 76 | +:!restricted: |
| 77 | +endif::[] |
0 commit comments