grafana/loki

Document behaviour where succesfully ingested logs will not be queried from the ingester

Open

#8.621 aberto em 24 de fev. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Go (3.997 forks)batch import
help wantedtype/docs

Métricas do repositório

Stars
 (28.187 stars)
Métricas de merge de PR
 (Mesclagem média 5d 20h) (522 fundiu PRs em 30d)

Description

Observed behaviour:

  • Loki doesn't don't query ingesters for data that is older than 3 hours
  • Loki does support ingesting logs with a timestamp between now-7days -> now
  • Those logs are ingested, but these will not be queried from the ingesters (by design)
  • This can be confusing, as it looks like logs are not succesfully ingested.
  • These logs will be queryable after a flush and optionally expiration of the TTL of the cached query result in the result cache.

This issue is to not forget to document this behaviour.

Guia do colaborador