chunk_store_config: # max_look_back_period: 0s # 回看日志行的最大时间,只适用于即时日志,7天 max_look_back_period: 168h # 表的保留期配置 #table_manager: # retention_deletes_enabled: false # retention_period: 0s table_manager: # 日志保留周期开关,默认false retention_deletes_enabled: true...
以下配置文件内容特别长: auth_enabled: falsetarget: allballast_bytes: 20480server:grpc_listen_port: 9095http_listen_port: 3100graceful_shutdown_timeout: 20sgrpc_listen_address: "0.0.0.0"grpc_listen_network: "tcp"grpc_server_max_concurrent_streams: 100grpc_server_max_recv_msg_size: 4194304grpc_...
max_streams_matchers_per_query: 100000 # 配置每个查询的最大流匹配器数量为100000。 max_entries_limit_per_query: 50000 # 配置每个查询的最大条目限制为50000。 chunk_store_config: max_look_back_period: 168h #回看日志行的最大时间,适用于即时日志,为避免查询超过保留期的数据,必须小于或等于下方的时...
这里第一个坑就出现了,注意 loki 需要配置的保留时间必须为 24 小时的倍数,比如你配置 1h 或者 23h 都是会报错的,详情问题见:https://cloud.tencent.com/developer/article/1668946 其他的配置中:max_look_back_period 指的是最大的查询时间,reject_old_samples_max_age 是拒绝采样的时间,还有 chunk 以多少小...
以及在将它们保存到存储之前等待多长时间 max_look_back_period: 0s #限制查询数据的时间,默认是禁用的,这个值应该小于或等于table_manager.retention_period中的值 table_manager: retention_deletes_enabled: false # 日志保留周期开关,用于表保留删除 retention_period: 0s # 日志保留周期,保留期必须是索引/块的...
max_look_back_period: 72h # 为避免查询超过保留期的数据,必须小于或等于下方的时间值 table_manager: retention_deletes_enabled: true # 保留删除开启 retention_period: 72h # 超过72h的块数据将被删除 ruler: alertmanager_url: http://localhost:9093 ...
max_look_back_period: 1h schema_config: configs: - from: 2020-01-01 store: boltdb-shipper object_store: filesystem schema: v11 index: prefix: index_ period: 168h limits_config: reject_old_samples: true reject_old_samples_max_age: 168h ...
# http_client_timeout: 20s# consistent_reads: true# host: 127.0.0.1:8500# watch_burst_size: 2# watch_rate_limit: 2querier:engine:max_look_back_period:20stimeout:3m0sextra_query_delay:100msmax_concurrent:10multi_tenant_queries_enabled:truequery_ingester_only:falsequery_ingesters_within:3...
max_look_back_period: 0s table_manager: retention_deletes_enabled: false retention_period: 0s ruler: storage: type: local local: directory: /opt/app/loki/rules rule_path: /opt/app/loki/rules-temp alertmanager_url: http://localhost:9093 ...
period:24h #索引期限24小时 ruler:alertmanager_url:http://localhost:9093#告警地址,简单部署沿用即可#若不需要清理日志,以下配置均可删除chunk_store_config:max_look_back_period:24h #最大日志可见时间#table_manager:# retention_deletes_enabled: true# retention_period: 24hlimits_config:retention_period:24h...