Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • infrastructure infrastructure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 115
    • Issues 115
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch Linux
  • infrastructureinfrastructure
  • Repository
Switch branch/tag
  • infrastructure
  • roles
  • loki
  • files
  • loki.yaml
Find file BlameHistoryPermalink
  • Kristian Klausen's avatar
    loki: Simplify loki.yaml · 8cc4407a
    Kristian Klausen authored Nov 06, 2021
    Loki v2.4.0 introduced a common config section[1][2] making the config
    much smaller and better defaults.
    
    So stripped loki.yaml down, removed options where the default is "good
    enough" and tweaked retention settings per the upgrade notes[3].
    
    So the config should basically be the example loki.yaml[4] + compactor,
    retention enabled and a few tweaks (ex: compress chunks with zstd).
    
    [1] https://github.com/grafana/loki/releases/tag/v2.4.0
    [2] https://grafana.com/docs/loki/latest/configuration/#common_config
    [3] https://grafana.com/docs/loki/latest/upgrading/#the-single-binary-no-longer-runs-a-table-manager
    [4] https://github.com/grafana/loki/blob/v2.4.0/cmd/loki/loki-local-config.yaml
    8cc4407a

Replace loki.yaml

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.