Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add credentials rabbitmq api in conf.yaml.example #18623

Closed
wants to merge 1 commit into from
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
3 changes: 3 additions & 0 deletions rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## All options defined here are available to all instances.

Check failure on line 1 in rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example

View workflow job for this annotation

GitHub Actions / run / Validate

File `conf.yaml.example` is not in sync, run "ddev validate config rabbitmq -s"

Check failure on line 1 in rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example

View workflow job for this annotation

GitHub Actions / run / Validate

File `conf.yaml.example` is not in sync, run "ddev validate config rabbitmq -s"

Check failure on line 1 in rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example

View workflow job for this annotation

GitHub Actions / run / Validate

File `conf.yaml.example` is not in sync, run "ddev validate config rabbitmq -s"
#
init_config:

Expand Down Expand Up @@ -667,6 +667,8 @@
## url of the RabbitMQ Management Plugin (http://www.rabbitmq.com/management.html).
#
# rabbitmq_api_url: http://localhost:15672/api/
# rabbitmq_user: datadog
# rabbitmq_pass: some_password

## @param tag_families - boolean - optional - default: false
## To tag queue "families" based off of regex matching.
Expand Down Expand Up @@ -779,6 +781,7 @@
# - type: file
# path: /var/log/rabbitmq/*.log
# source: rabbitmq
# service: rabbitmq
# log_processing_rules:
# - type: multi_line
# name: logs_starts_with_equal_sign
Expand Down
Loading