Skip to content

Commit

Permalink
fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed May 19, 2023
1 parent 71b2258 commit 61fe8a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion rabbitmq/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ files:
You can also provide a query exactly as if you were making an HTTP request
to this endpoint. For example, `detailed?family=queue_consumer_count`.
You can specify both this and the aggregated endpoint. If you specify both endpoints, metrics from the unaggregated endpoint are prioritized over metrics from the aggregated endpoint in case of name clashes.
You can specify both this and the aggregated endpoint.
If you specify both endpoints, metrics from the unaggregated endpoint are prioritized
over metrics from the aggregated endpoint in case of name clashes.
value:
type: string
example: "detailed"
Expand Down
4 changes: 3 additions & 1 deletion rabbitmq/datadog_checks/rabbitmq/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ instances:
## You can also provide a query exactly as if you were making an HTTP request
## to this endpoint. For example, `detailed?family=queue_consumer_count`.
##
## You can specify both this and the aggregated endpoint. If you specify both endpoints, metrics from the unaggregated endpoint are prioritized over metrics from the aggregated endpoint in case of name clashes.
## You can specify both this and the aggregated endpoint.
## If you specify both endpoints, metrics from the unaggregated endpoint are prioritized
## over metrics from the aggregated endpoint in case of name clashes.
#
# unaggregated_endpoint: detailed

Expand Down

0 comments on commit 61fe8a1

Please sign in to comment.