fix schema
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 43s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 43s
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
promtail:
|
promtail:
|
||||||
image: grafana/promtail:latest
|
image: grafana/promtail:latest
|
||||||
|
@@ -41,6 +41,7 @@ limits_config:
|
|||||||
reject_old_samples_max_age: 168h
|
reject_old_samples_max_age: 168h
|
||||||
max_entries_limit_per_query: 5000
|
max_entries_limit_per_query: 5000
|
||||||
retention_period: 168h # 7 days
|
retention_period: 168h # 7 days
|
||||||
|
allow_structured_metadata: false
|
||||||
|
|
||||||
table_manager:
|
table_manager:
|
||||||
retention_deletes_enabled: true
|
retention_deletes_enabled: true
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# Grafana - Simple Web UI
|
# Grafana - Simple Web UI
|
||||||
grafana:
|
grafana:
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# Grafana - Simple Web UI for viewing logs
|
# Grafana - Simple Web UI for viewing logs
|
||||||
grafana:
|
grafana:
|
||||||
|
Reference in New Issue
Block a user