Skip to content

Commit

Permalink
Bump versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-gudak committed Sep 20, 2024
1 parent 4be746a commit ab0f3c5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions workitems/agent-config.json
Original file line number Diff line number Diff line change
@@ -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" }
]
}
]
}

0 comments on commit ab0f3c5

Please sign in to comment.