Skip to content

Commit

Permalink
List cluster_tags in rabbitmq.conf.example #12552 #12659 #12699
Browse files Browse the repository at this point in the history
(cherry picked from commit b43a726)
  • Loading branch information
michaelklishin committed Nov 11, 2024
1 parent 91c2d15 commit 3e07594
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deps/rabbit/docs/rabbitmq.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,18 @@
## to make it easier for (human) operators to tell one cluster from another.
# cluster_name = dev3.eng.megacorp.local

## Optional key-value pairs that tag (label) the cluster.
## They will be reported by CLI tools, by the HTTP API at 'GET /api/overview',
## and potentially in other contexts.

# cluster_tags.region = us-east-1
# cluster_tags.zone = us-east-1d
# cluster_tags.project = an-iot-thing

# cluster_tags.role = mqtt-ingress
# cluster_tags.environment = staging


## Selects the default strategy used to pick a node to place a new queue leader replica
## on. Can be overridden by the `x-queue-leader-locator` optional queue argument
## at declaration time.
Expand Down

0 comments on commit 3e07594

Please sign in to comment.