grafana/loki

Docs feedback: /operations/storage/filesystem.md

Open

#7,043 opened on Sep 4, 2022

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Go (3,997 forks)batch import
help wantedtype/docs

Repository metrics

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

Description

"If Loki is run in single-tenant mode, all the chunks are put in a folder named fake which is the synthesized tenant name used for single tenant mode."

When I ran Loki in single tenant mode I did not see any folder named as fake. I could see folders like \tmp\loki\chunks where all the chunks were stored. I had the following config:

storage: filesystem: chunks_directory: C:\observability_stack\loki-windows-amd64\tmp\loki\chunks rules_directory: /tmp/loki/rules

Contributor guide