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
+16
View File
@@ -0,0 +1,16 @@
# Grafana datasource provisioning
# Automatically configures Loki as a datasource on first startup.
# No manual setup needed in the Grafana UI.
apiVersion: 1
datasources:
- name: Loki
type: loki
access: proxy
url: http://loki:3100
isDefault: true
editable: false
jsonData:
maxLines: 5000
timeout: 60