Skip to content

Commit

Permalink
example: fix indentation for Mimir's multitenancy_enabled option (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
hainenber authored Sep 4, 2023
1 parent 37315dc commit 79350e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Main (unreleased)
- Use Go 1.21.0 for builds. (@rfratto)
- Read contextual attributes from Faro measurements (@codecapitano)
- Rename Grafana Agent service in windows app and features to not include the description
- Correct YAML level for `multitenancy_enabled` option in Mimir's config in examples. (@hainenber)

### Bugfixes

Expand Down
5 changes: 4 additions & 1 deletion example/docker-compose/mimir/config/mimir.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Do not use this configuration in production.
# It is for demonstration purposes only.
multitenancy_enabled: false

activity_tracker: {}

alertmanager: {}
Expand Down Expand Up @@ -57,4 +61,3 @@ ruler_storage:
limits:
ingestion_burst_size: 500000
ingestion_rate: 250000
multitenancy_enabled: false

0 comments on commit 79350e3

Please sign in to comment.