queryrange_config里面定义了Loki查询时关于缓存和切块的配置,缓存的相关配置如下 # 查询缓存开关,默认关闭 cache_results: <boolean> | default = false results_cache: # 缓存配置块 cache: <cache_config> 日志索引缓存 index_queries_cache_config定义Loki的索引缓存,大部分情况下可以等同于日志label的查询缓存 st...
queryrange_config里面定义了Loki查询时关于缓存和切块的配置,缓存的相关配置如下 # 查询缓存开关,默认关闭 cache_results:<boolean>| default = false results_cache: # 缓存配置块 cache:<cache_config> 1. 2. 3. 4. 5. 日志索引缓存 index_queries_cache_config定义Loki的索引...
对于很多小伙伴纠结的是一个redis共用还是多个redis单独使用,这个看你集群规模,不大的情况下,一个redis实例足以满足需求。 query_range: results_cache: cache: redis: endpoint: redis:6379 expiration: 1h cache_results: true index_queries_cache_config: redis: endpoint: redis:6379 expiration: 1h chunk_store...
POST /api/prom/api/v1/query_range (200) 1.5s # LogQL regexp解析器 {job="xxxx"} | regexp"(?P<method>w+) (?P<path>[w|/]+) ((?P<status>d+?)) (?P<duration>.*)" 提取成如下标签: "method"=>"POST" "path"=>"/api/prom/api/v1/query_range" "status"=>"200" "duration"...
url="http://loki:3100/loki/api/v1/query_range"params={"query":"{job=\"my_job\"}","start":"2022-01-01T00:00:00Z","end":"2022-01-02T00:00:00Z","limit":100}response=requests.get(url,params=params)data=response.json()forresultindata['data']['result']:forvalueinresult['value...
"method"=>"POST""path"=>"/api/prom/api/v1/query_range""status"=>"200""duration"=>"1.5s" 小白有话说:日志解析器的推出,想必又让大家在日志格式化和规范化的道路上推进一把,这是天大的好事 Label Filter Expression(标签过滤表达式) 标签过滤器表达式可以支持使用日志的原始或者新增标签进行过滤。它可以...
queryrange_config里面定义了Loki查询时关于缓存和切块的配置,缓存的相关配置如下 代码语言:javascript 复制 # 查询缓存开关,默认关闭cache_results:<boolean>|default=falseresults_cache: # 缓存配置块cache:<cache_config> 日志索引缓存 index_queries_cache_config定义Loki的索引缓存,大部分情况下可以等同于日志label的...
queryrange_config里面定义了Loki查询时关于缓存和切块的配置,缓存的相关配置如下 # 查询缓存开关,默认关闭cache_results:<boolean>|default=false results_cache:# 缓存配置块cache:<cache_config> 日志索引缓存 index_queries_cache_config定义Loki的索引缓存,大部分情况下可以等同于日志label的查询缓存 ...
truelog_queries_longer_than: 2m0smax_body_size: 104857600query_stats_enabled: truescheduler_dns_lookup_period: 10sscheduler_worker_concurrency: 15query_range:align_queries_with_step: truecache_results: trueparallelise_shardable_queries: truemax_retries: 3results_cache:cache:enable_fifocache: falsedef...
Describe the bug In grafana, when we pipe multiple string filters the query_range request returns a 504. To Reproduce Steps to reproduce the behavior: In Grafana, choose Loki as datasource and open the network tab of browser dev tools. Q...