accounting-lib/src/test/resources/TagMe-tag-rule.json

12 lines
233 B
JSON

{
"match": {
"serviceClassRegex": "Application",
"serviceNameRegex": "TagMe",
"calledMethodRegex": "^((e\/)|\/){0,1}tag"
},
"replace": {
"serviceClass": "Application",
"serviceName": "TagMe",
"calledMethod": "tag"
}
}