Skip to content

Commit b43a726

Browse files
List cluster_tags in rabbitmq.conf.example #12552 #12659 #12699
1 parent f5801be commit b43a726

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,18 @@
441441
## to make it easier for (human) operators to tell one cluster from another.
442442
# cluster_name = dev3.eng.megacorp.local
443443

444+
## Optional key-value pairs that tag (label) the cluster.
445+
## They will be reported by CLI tools, by the HTTP API at 'GET /api/overview',
446+
## and potentially in other contexts.
447+
448+
# cluster_tags.region = us-east-1
449+
# cluster_tags.zone = us-east-1d
450+
# cluster_tags.project = an-iot-thing
451+
452+
# cluster_tags.role = mqtt-ingress
453+
# cluster_tags.environment = staging
454+
455+
444456
## Selects the default strategy used to pick a node to place a new queue leader replica
445457
## on. Can be overridden by the `x-queue-leader-locator` optional queue argument
446458
## at declaration time.

0 commit comments

Comments
 (0)