[Questions] how to enable denied feature management_metrics_collection in rabbitmqcluster #15186
Unanswered
pretystar-design
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Community Support Policy
RabbitMQ version used
4.2.0
Erlang version used
28.3.x
Operating system (distribution) used
linux (k8s container)
How is RabbitMQ deployed?
Kubernetes Operator(s) from Team RabbitMQ
rabbitmq-diagnostics status output
See https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Details
Logs from node 1 (with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Details
Logs from node 2 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Details
Logs from node 3 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Details
rabbitmq.conf
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Details
Steps to deploy RabbitMQ cluster
rabbitmq operator with CR
Steps to reproduce the behavior in question
how to enable management_metrics_collection feature?
rabbitmqcluster:
additionalConfig: |
deprecated_features.permit.management_metrics_collection = true
advanced.config
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
Details
Application code
Details
# PASTE CODE HERE, BETWEEN BACKTICKSKubernetes deployment file
Details
What problem are you trying to solve?
We are going to migrate keda to use prometheus metrics, but before that keda seems still need management_metrics_collection.
I try to enable management_metrics_collection in:
rabbitmqcluster:
additionalConfig: |
deprecated_features.permit.management_metrics_collection = true
but seems nothing changed
Beta Was this translation helpful? Give feedback.
All reactions