Skip to content
Open
Show file tree
Hide file tree
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 gearmand/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ files:
value.example:
- gearmand
- template: auto_conf/discovery
overrides:
discovery.example:
metrics_prefix: gearman
1 change: 1 addition & 0 deletions gearmand/changelog.d/24861.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ``metrics_prefix`` to the ``discovery`` block of ``auto_conf.yaml``.
3 changes: 2 additions & 1 deletion gearmand/datadog_checks/gearmand/data/auto_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ad_identifiers:

## Enables configuration discovery
#
discovery: {}
discovery:
metrics_prefix: gearman

## Unused init configuration
#
Expand Down
3 changes: 3 additions & 0 deletions krakend/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ files:
processes:
- "process.name == 'krakend'"
- template: auto_conf/discovery
overrides:
discovery.example:
metrics_prefix: krakend.api
1 change: 1 addition & 0 deletions krakend/changelog.d/24861.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ``metrics_prefix`` to the ``discovery`` block of ``auto_conf.yaml``.
3 changes: 2 additions & 1 deletion krakend/datadog_checks/krakend/data/auto_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ cel_selector:

## Enables configuration discovery
#
discovery: {}
discovery:
metrics_prefix: krakend.api

## Unused init configuration
#
Expand Down
3 changes: 3 additions & 0 deletions prefect/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,7 @@ files:
value.example:
- prefect
- template: auto_conf/discovery
overrides:
discovery.example:
metrics_prefix: prefect.server

1 change: 1 addition & 0 deletions prefect/changelog.d/24861.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ``metrics_prefix`` to the ``discovery`` block of ``auto_conf.yaml``.
3 changes: 2 additions & 1 deletion prefect/datadog_checks/prefect/data/auto_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ad_identifiers:

## Enables configuration discovery
#
discovery: {}
discovery:
metrics_prefix: prefect.server

## Unused init configuration
#
Expand Down
Loading