A Java Agent extension for JAX-RS and Spring REST metrics.
The rest.pbd
and Rest.jar
are used to instrument Spring and JAX-RS REST web services in Introscope.
The rest-client.pbd
is used for instrumenting Spring REST client to generate backend metrics and triage map.
You need Maven to build the Rest.jar
. Once you have Maven installed,
yo can navigate to rest-introscope
project folder and execute the following command,
mvn clean install
Once the build is successful, you will find the Rest.jar
under target
folder.
Make the following changes to your Introscope agent after stopping the app/web server:
wily/core/config
directory.rest.pbd
to wily/core/config
directory.IntroscopeAgent.profile
introscope.autoprobe.directivesFile
property by adding a new entry, rest.pbd
, the comma-delimited list, e.g.,
introscope.autoprobe.directivesFile=tomcat-typical.pbl,hotdeploy,rest.pbd, rest-client.pbd
Rest.jar
to wily/core/ext
directory.