Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions services/mimir/my.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ server:
http_listen_port: ${PORT}
log_level: info

# Single-replica alertmanager has no peers to gossip with. Bind memberlist
# to localhost so Render's TCP probes don't hit it and spam "unknown
# message type" errors. Remove this section if numInstances ever grows > 1.
memberlist:
bind_addr: [127.0.0.1]

# Global per-tenant defaults. A misbehaving tenant cannot saturate the
# container memory: alerts/silences are bounded and notifications are
# rate-limited. Per-tenant overrides go in runtime_config.yaml.
Expand Down
Loading