Skip to content

Commit

Permalink
feat(loki): add allow_structured_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alesharik committed Jul 7, 2024
1 parent f47ec27 commit 27c37d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/loki/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ compactor:
retention_delete_worker_count: 150

limits_config:
allow_structured_metadata: '{{ loki.allow_structured_metadata | lower }}'
allow_structured_metadata: {{ loki.allow_structured_metadata | lower }}
{{ loki.retention | to_nice_yaml | indent(2) }}

storage_config:
Expand Down

0 comments on commit 27c37d5

Please sign in to comment.