##// END OF EJS Templates
packages: bump redis
packages: bump redis

File last commit:

r45:9aa81222
r55:73b11481
Show More
loki-config.yaml
61 lines | 1.2 KiB | text/x-yaml | YamlLexer
auth_enabled: false
server:
http_listen_address: 0.0.0.0
grpc_listen_address: 0.0.0.0
http_listen_port: 3100
grpc_listen_port: 9095
log_level: info
common:
path_prefix: /tmp/loki
storage:
filesystem:
chunks_directory: /tmp/loki/chunks
rules_directory: /tmp/loki/rules
replication_factor: 1
ring:
instance_addr: 127.0.0.1
kvstore:
store: inmemory
schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
limits_config:
max_streams_per_user: 100000
ingestion_burst_size_mb: 64
ingestion_rate_mb: 512
per_stream_rate_limit: 512M
per_stream_rate_limit_burst: 1024M
max_entries_limit_per_query: 1000000
max_label_value_length: 20480
max_label_name_length: 10240
ruler:
alertmanager_url: http://localhost:9093
query_range:
split_queries_by_interval: 0
parallelise_shardable_queries: false
querier:
max_concurrent: 2048
frontend:
max_outstanding_per_tenant: 4096
compress_responses: true
# If you would like to disable reporting, uncomment the following lines:
#analytics:
# reporting_enabled: false