mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +00:00
Config file linting
This commit is contained in:
parent
ba96fff04c
commit
f8344219b9
2 changed files with 1 additions and 2 deletions
|
@ -40,4 +40,4 @@ chunk_store_config:
|
||||||
|
|
||||||
table_manager:
|
table_manager:
|
||||||
retention_deletes_enabled: true
|
retention_deletes_enabled: true
|
||||||
retention_period: {{ loki_log_retention }}
|
retention_period: {{ loki_log_retention }}
|
||||||
|
|
|
@ -19,4 +19,3 @@ scrape_configs:
|
||||||
- source_labels: ['__meta_docker_container_name']
|
- source_labels: ['__meta_docker_container_name']
|
||||||
regex: '/(.*)'
|
regex: '/(.*)'
|
||||||
target_label: 'container'
|
target_label: 'container'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue