pkg/loki/loki.go中 func New(cfg Config) (*Loki, error) { loki := &Loki{ cfg: cfg, } loki.setupAuthMiddleware() if err := loki.setupModuleManager(); err != nil { return nil, err } storage.RegisterCustomIndexClients(cfg.StorageConfig, prometheus.DefaultRegisterer) return loki, nil ...
The Loki zone aware ingesters are used by Grafana Labs in order to allow for easier rollouts of large Loki deployments. You can think of them as three logical zones, however with some extra Kubernetes configuration you could deploy them in separate zones. ...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {{ message }} grafana / loki Public Notifications You must be signed in to change notification settings Fork 3.3k Star 22.9k ...
Alogging-loki-ingesterornetobserv-loki-ingesterpod are unable to initialize due to presence of staleloki-ingesterentries inLokiStackhash ring: Raw netobserv-loki-ingester-0 0/1 Running 0 1d Raw logging-loki-ingester-0 0/1 Running 0 1d Theloki-ingesterlogs shows an error with the ring:...
Like Prometheus, but for logs. Contribute to grafana/loki development by creating an account on GitHub.
ring" "github.com/oklog/ulid" "golang.org/x/net/context" "github.com/grafana/loki/v3/pkg/ingester-rf1/metastore/metastorepb" "github.com/grafana/loki/v3/pkg/storage/wal" ) // Note: this is called both during the WAL replay (zero or more times) // and then after replay ...
loki loki.libsonnet memberlist.libsonnet multi-zone.libsonnet 1 change: 1 addition & 0 deletions 1 CHANGELOG.md Original file line numberDiff line numberDiff line change @@ -73,6 +73,7 @@ * [8024](https://github.com/grafana/loki/pull/8024) **jijotj**: Support passing l...
Describe the bug Querying the /loki/api/v1/label//values endpoint with a query parameter returns all values regardless of the provided matcher/query. This issue only occurs when querying between now and 6 hours. After 6 hours, the endpoi...
- https://github.com/grafana/loki 2 changes: 1 addition & 1 deletion 2 production/helm/loki/README.md Original file line numberDiff line numberDiff line change @@ -1,6 +1,6 @@ # loki ![Version: 6.6.5](https://img.shields.io/badge/Version-6.6.5-informational?style=flat-square)...
If I configure Loki to store on the filesystem and the disk used get full, since it cannot write on the disk Loki will keep receiving data and fill the memory until it gets OOM killed (or the machine just crash). Describe the solution you'd like To me, we should be able to configu...