From ab0f3c52d930e2795e9e511a2c174f7d23b557d2 Mon Sep 17 00:00:00 2001 From: Ivan Gudak Date: Fri, 20 Sep 2024 10:23:26 +0200 Subject: [PATCH] Bump versions of actions --- workitems/agent-config.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 workitems/agent-config.json diff --git a/workitems/agent-config.json b/workitems/agent-config.json new file mode 100644 index 0000000..85821c9 --- /dev/null +++ b/workitems/agent-config.json @@ -0,0 +1,28 @@ +{ + "runtimeConfig": { + "debugInstrumentationNative": false, + "debugInstrumentationVerboseNative": false, + "debugFilterNative": false, + "debugRulesetNative": false, + "debugJvmtiEventsNative": false, + "debugLogMethodRegistryActivitiesNative": false, + "optionEnableServlet5IntrospectionNative": true, + "optionEnableApacheHttpClient5xSupportNative": true + }, + "enabledSensors": [ + "com.compuware.apm.knowledgesensor.java.agentcore", + "com.compuware.apm.userdefinedsensor.AGENT_TYPE_JAVA.customservice", + "com.compuware.apm.knowledgesensor.java.servlet", + "com.compuware.apm.knowledgesensor.java.http", + "com.compuware.apm.knowledgesensor.java.threading" + ], + "customRules": [ + { + "class": "eu.dec21.wp.categories.controller.CategoryController", + "methods": [ + { "name": "createCategory", "serviceId": "CreateCategoryCustomService" }, + { "name": "getCategoryByID", "serviceId": "GetCategoryCustomService" } + ] + } + ] +} \ No newline at end of file