Skip to content

Commit

Permalink
use startsWith, not contains
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Dec 20, 2024
1 parent b17d620 commit df06866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/include/rule_presets/quarkus.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "quarkus",
"description": "Preset Automated Rule for enabling Quarkus framework-specific events when available",
"eventSpecifier": "template=Quarkus,type=PRESET",
"matchExpression": "jfrEventTypeIds(target).exists(x, x.contains(\"quarkus\"))",
"matchExpression": "jfrEventTypeIds(target).exists(x, x.startsWith(\"quarkus\"))",
"enabled": false
}

0 comments on commit df06866

Please sign in to comment.