Adding AI-generated compose/config files for alloy/loki/grafana stack
This commit is contained in:
@@ -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: ""
|
||||
Reference in New Issue
Block a user