Hi all,
I’ve just downloaded the JVM agent APP to see what kind of metrics I could collect into Splunk.
I did a really simple try with a HelloWorld Java method that I execute once.
I added the agent like mentioned in the README but get only one event into Splunk, the class loading.
I would have expected to get events for each method call since I have set :
trace.whitelist=com/splunk/tests/AgentTests
trace.methodEntered=true
trace.methodExited=true
Is there something I am missing ?
Event I collect :
1455705580195
name=class_loaded
event_id=splunkagent
appName=myapp
appID=myjvm
className=com/splunk/tests/AgentTests
Thanks !!
Romain.
↧