kanidm/scripts/otel/loki-local-config.yaml
James Hodgkinson 60e5935faa
Moving daemon tracing to OpenTelemetry (#2292)
* sally forth into the great otel unknown
* make the build env identification slightly more durable
* docs updates
* wasm recompile
2023-11-09 05:15:12 +00:00

33 lines
678 B
YAML

---
# It should be *very* clear that this is an insecure, dev-only configuration. Don't run this in production!
server:
http_listen_port: 3100
schema_config:
configs:
- from: 2021-08-01
store: tsdb
object_store: s3
schema: v12
index:
prefix: index_
period: 24h
common:
path_prefix: /loki
replication_factor: 1
storage:
s3:
endpoint: minio:9000
insecure: true
bucketnames: loki-data
access_key_id: loki
secret_access_key: supersecret
s3forcepathstyle: true
ring:
instance_addr: 0.0.0.0
kvstore:
store: memberlist
ruler:
storage:
s3:
bucketnames: loki-ruler