Adding AI-generated compose/config files for alloy/loki/grafana stack

This commit is contained in:
2026-03-19 21:51:38 -04:00
parent 203c8a15ba
commit 676e159e34
8 changed files with 526 additions and 0 deletions
@@ -0,0 +1,17 @@
apiVersion: 1
datasources:
- name: Loki
type: loki
access: proxy
url: http://loki:3100
isDefault: true
editable: false
jsonData:
maxLines: 5000
# Derive fields let you turn log content into clickable links.
# This example makes trace IDs in logs clickable — remove if not needed.
derivedFields:
- name: TraceID
matcherRegex: "traceID=(\\w+)"
url: ""