Compare commits

..

No commits in common. "e7804ba157eb7d88f26b5369a30c67de2f69d28a" and "296445a2cf46f55504c96929d4421e5ea161a53e" have entirely different histories.

3 changed files with 5 additions and 16 deletions

View File

@ -6,7 +6,6 @@ services:
hostname: loki hostname: loki
volumes: volumes:
- ./volume-data/loki:/etc/loki # place loki-config.yml - ./volume-data/loki:/etc/loki # place loki-config.yml
#- ./volume-data/loki/data:/tmp/loki # optional loki data storage
ports: ports:
- "127.0.0.1:3100:3100" - "127.0.0.1:3100:3100"
expose: expose:

View File

@ -1,17 +1,9 @@
auth_enabled: false auth_enabled: false
analytics:
reporting_enabled: false
server: server:
http_listen_port: 3100 http_listen_port: 3100
grpc_listen_port: 9096 grpc_listen_port: 9096
compactor:
working_directory: /tmp/loki/compactor
retention_enabled: true
retention_delete_delay: 2h
common: common:
path_prefix: /tmp/loki path_prefix: /tmp/loki
storage: storage:
@ -34,10 +26,10 @@ limits_config:
schema_config: schema_config:
configs: configs:
- from: 2023-07-01 - from: 2020-10-24
store: tsdb store: boltdb-shipper
object_store: filesystem object_store: filesystem
schema: v13 schema: v11
index: index:
prefix: index_ prefix: index_
period: 24h period: 24h

View File

@ -51,10 +51,8 @@
timeout = "5s" timeout = "5s"
docker_label_include = [] docker_label_include = []
docker_label_exclude = [] docker_label_exclude = []
#perdevice = true perdevice = true
perdevice_include = ["cpu", "network"] total = false
#total = false
total_include = []
[[inputs.cpu]] [[inputs.cpu]]
percpu = true percpu = true