grafana/loki

[Docs] Add sizing recommendation for backend pod

Open

#8,422 opened on Feb 6, 2023

View on GitHub
 (5 comments) (9 reactions) (1 assignee)Go (3,997 forks)batch import
help wantedkeepalive

Repository metrics

Stars
 (28,187 stars)
PR merge metrics
 (Avg merge 5d 20h) (522 merged PRs in 30d)

Description

Describe the solution you'd like The documentation about "size the cluster" could add support for the new SSD chart with the three part deployment. The current version as of now only show write/read. Example:

loki:
  authenabled: false
read:
  replicas: 75
  resources:
    requests:
      cpu: 3
      memory: 6
    limits:
      cpu: 3
      memory: 8
write:
  replicas: 58
  resources:
    requests:
      cpu: 1
      memory: 6
    limits:
      cpu: 2
      memory: 12

Describe alternatives you've considered N/A

Additional context https://grafana.com/docs/loki/next/installation/sizing/

Contributor guide