-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OBSDOCS-478: 1x.extra-small support docs
- Loading branch information
1 parent
8681662
commit df0338a
Showing
5 changed files
with
105 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,77 @@ | ||
// Module is included in the following assemblies: | ||
//cluster-logging-loki.adoc | ||
// * logging/cluster-logging-loki.adoc | ||
// * network_observability/installing-operators.adoc | ||
|
||
ifeval::["{context}" == "cluster-logging-loki"] | ||
:restricted: | ||
endif::[] | ||
|
||
:_mod-docs-content-type: CONCEPT | ||
[id="loki-deployment-sizing_{context}"] | ||
= Deployment Sizing | ||
|
||
Sizing for Loki follows the format of `N<x>._<size>_` where the value `<N>` is number of instances and `<size>` specifies performance capabilities. | ||
|
||
[NOTE] | ||
==== | ||
1x.extra-small is for demo purposes only, and is not supported. | ||
==== | ||
|
||
.Loki Sizing | ||
[options="header"] | ||
|======================================================================================== | ||
| | 1x.extra-small | 1x.small | 1x.medium | ||
| *Data transfer* | Demo use only. | 500GB/day | 2TB/day | ||
| *Queries per second (QPS)* | Demo use only. | 25-50 QPS at 200ms | 25-75 QPS at 200ms | ||
| *Replication factor* | None | 2 | 3 | ||
| *Total CPU requests* | 5 vCPUs | 36 vCPUs | 54 vCPUs | ||
| *Total Memory requests* | 7.5Gi | 63Gi | 139Gi | ||
| *Total Disk requests* | 150Gi | 300Gi | 450Gi | ||
|======================================================================================== | ||
|
||
[id="CRD-API-support_{context}"] | ||
== Supported API Custom Resource Definitions | ||
LokiStack development is ongoing, not all APIs are supported currently supported. | ||
|
||
[options="header"] | ||
|===================================================================== | ||
| CustomResourceDefinition (CRD)| ApiVersion | Support state | ||
| LokiStack | lokistack.loki.grafana.com/v1 | Supported in 5.5 | ||
| RulerConfig | rulerconfig.loki.grafana/v1beta1 | Technology Preview | ||
| AlertingRule | alertingrule.loki.grafana/v1beta1 | Technology Preview | ||
| RecordingRule | recordingrule.loki.grafana/v1beta1 | Technology Preview | ||
|===================================================================== | ||
|
||
:FeatureName: Usage of `RulerConfig`, `AlertingRule` and `RecordingRule` custom resource definitions (CRDs). | ||
include::snippets/technology-preview.adoc[] | ||
= Loki deployment sizing | ||
|
||
Sizing for Loki follows the format of `<N>x.<size>` where the value `<N>` is number of instances and `<size>` specifies performance capabilities. | ||
|
||
.Loki sizing | ||
[cols="1h,3*",options="header"] | ||
|=== | ||
| | ||
|1x.extra-small | ||
|1x.small | ||
|1x.medium | ||
|
||
|Data transfer | ||
|100GB/day | ||
|500GB/day | ||
|2TB/day | ||
|
||
|Queries per second (QPS) | ||
|1-25 QPS at 200ms | ||
|25-50 QPS at 200ms | ||
|25-75 QPS at 200ms | ||
|
||
|Replication factor | ||
|2 | ||
|2 | ||
|2 | ||
|
||
|Total CPU requests | ||
|14 vCPUs | ||
|34 vCPUs | ||
|54 vCPUs | ||
|
||
ifdef::restricted[] | ||
|Total CPU requests if using the ruler | ||
|16 vCPUs | ||
|42 vCPUs | ||
|70 vCPUs | ||
endif::restricted[] | ||
|
||
|Total memory requests | ||
|31Gi | ||
|67Gi | ||
|139Gi | ||
|
||
ifdef::restricted[] | ||
|Total memory requests if using the ruler | ||
|35Gi | ||
|83Gi | ||
|171Gi | ||
endif::restricted[] | ||
|
||
|Total disk requests | ||
|430Gi | ||
|430Gi | ||
|590Gi | ||
|
||
ifdef::restricted[] | ||
|Total disk requests if using the ruler | ||
|650Gi | ||
|650Gi | ||
|910Gi | ||
endif::restricted[] | ||
|=== | ||
|
||
ifeval::["{context}" == "cluster-logging-loki"] | ||
:!restricted: | ||
endif::[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters