mirror of
https://github.com/gadgethd/ukmesh.git
synced 2026-09-01 17:08:17 +00:00
- Lazy path resolver: geographic hop reconstruction from path_hashes without pre-training data; fixes observer self-hash trimming bug - ACL watcher worker: auto-provisions Mosquitto ACL entries when PUBLISH is denied for a known user; eliminates the recurring gnomemoe ACL removal issue - connectionMonitor: increase historical scan to 50 MB; fix OOM by streaming lines instead of buffering; fixes missed backfill on restart - Feed page: replace path-beta with lazy paths; add clickable node markers showing name and public key; observer column nowrap; summary text unclipped - PacketFeed: GRP-only message store protected from ADV eviction; scroll to bottom on new message; 24-hour message backfill on initial load - getRecentMessages: separate DB query for last 50 GRP messages last 24h - getPacketDetail: new endpoint for full packet detail including observations - Grafana/Loki/Promtail observability stack with Docker log collection Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
47 lines
856 B
YAML
47 lines
856 B
YAML
auth_enabled: false
|
|
|
|
server:
|
|
http_listen_port: 3100
|
|
grpc_listen_port: 9096
|
|
log_level: warn
|
|
|
|
common:
|
|
instance_addr: 127.0.0.1
|
|
path_prefix: /loki
|
|
storage:
|
|
filesystem:
|
|
chunks_directory: /loki/chunks
|
|
rules_directory: /loki/rules
|
|
replication_factor: 1
|
|
ring:
|
|
kvstore:
|
|
store: inmemory
|
|
|
|
query_range:
|
|
results_cache:
|
|
cache:
|
|
embedded_cache:
|
|
enabled: true
|
|
max_size_mb: 50
|
|
|
|
schema_config:
|
|
configs:
|
|
- from: 2020-10-24
|
|
store: tsdb
|
|
object_store: filesystem
|
|
schema: v13
|
|
index:
|
|
prefix: index_
|
|
period: 24h
|
|
|
|
limits_config:
|
|
retention_period: 336h # 14 days
|
|
|
|
compactor:
|
|
working_directory: /loki/compactor
|
|
compaction_interval: 10m
|
|
retention_enabled: true
|
|
retention_delete_delay: 2h
|
|
retention_delete_worker_count: 5
|
|
delete_request_store: filesystem
|