Skip to content

Commit 563f836

Browse files
committed
DUMMY: break krakend process autodiscovery CEL selector
Verification-only change to confirm the process-discovery E2E environment runs as its own separate CI job when a PR only touches krakend files. Not meant to be merged.
1 parent 010a0d8 commit 563f836

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

krakend/assets/configuration/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ files:
8484
overrides:
8585
cel_selector.example:
8686
processes:
87-
- "process.name == 'krakend'"
87+
- "process.name == 'krakend-this-will-never-match'"
8888
- template: auto_conf/discovery

krakend/datadog_checks/krakend/data/auto_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ad_identifiers:
1010
#
1111
cel_selector:
1212
processes:
13-
- process.name == 'krakend'
13+
- process.name == 'krakend-this-will-never-match'
1414

1515
## Enables configuration discovery
1616
#

0 commit comments

Comments
 (0)