chunk_idle_period: 30m chunk_block_size: 262144 chunk_encoding: snappy chunk_retain_period: 1m max_transfer_retries: 0 wal: dir: /var/loki/wal limits_config: enforce_metric_name: false reject_old_samples: true reject_old_samples_max_age: 168h max_cache_freshness_per_query: 2m split_quer...
max_chunk_age: 4h chunk_idle_period: 10m chunk_block_size: 262144 chunk_encoding: snappy chunk_retain_period: 5m max_transfer_retries: 0 limits_config: enforce_metric_name: false reject_old_samples: false reject_old_samples_max_age: 730h retention_period: 48h schema_config: configs: - fro...
The chunk_store_config block configures how chunks will be cached and how long to wait before saving them to the backing store. yaml Copy Expand code # The cache_config block configures the cache backend for a specific Loki # component. # The CLI flags prefix for this block configuration ...
(blocks) processed by ingesters "decompressedBytes": 0, // Total bytes decompressed and processed by ingesters "decompressedLines": 0, // Total lines decompressed and processed by ingesters "headChunkBytes": 0, // Total bytes read from ingesters head chunks "headChunkLines": 0, // ...
Loki 支持文件系统、对象存储、NoSQL,因为对象存储大多都要使用公有云,所以暂时使用 Cassandra 作为存储,目前的实现里它支持 index 和 chunk 2. 基本知识 Cassandra 是一个开源的、分布式、无中心节点、弹性可扩展、高可用、容错、一致性协调、面向列的 NoSQL 数据库 ...
[index_gateway: <index_gateway>] # 配置各种存储,需要在schema_config中配置使用哪种存储 [storage_config: <storage_config>] # 配置如何缓存块,以及在保存到存储之前等待多久时间 [chunk_store_config: <chunk_store_config>] # 配置块索引结构和存储位置 [schema_config: <schema_config>] # compactor压缩...
前面我们介绍了 Loki 的一些基本使用配置,但是对 Loki 还是了解不够深入,官方文档写得较为凌乱,而且没有跟上新版本,为了能够对 Loki 有一个更深入的认识,做到有的放矢,这里面我们尝试对 Loki 的源码进行一些简单的分析,由于有很多模块和实现细节,这里我们主要是对核心功能进行分析,希望对大家有所帮助。本文首先对...
Loki 支持文件系统、对象存储、NoSQL,因为对象存储大多都要使用公有云,所以暂时使用 Cassandra 作为存储,目前的实现里它支持 index 和 chunk 2. 基本知识 Cassandra 是一个开源的、分布式、无中心节点、弹性可扩展、高可用、容错、一致性协调、面向列的 NoSQL 数据库 ...
2330 slim-bean: Loki: Use a new context to update the ring state after a failed chunk transfer 2328 slim-bean: Loki: Transfer one chunk at a time per series during chunk transfers 2327 adityacs: Fix data race in ingester 2323 cyriltovena: Improve object key parsing for boltdb shipper. ...
loki 支持文件系统、对象存储、NoSQL,因为对象存储大多都要使用公有云,所以暂时使用 Cassandra 作为存储,目前的实现里它支持 index 和 chunk 2. 基本知识 Cassandra 是一个开源的、分布式、无中心节点、弹性可扩展、高可用、容错、一致性协调、面向列的 NoSQL 数据库 ...