Splunk AppDynamics

Java agent for jenkins job monitoring

CommunityUser
Splunk Employee
Splunk Employee

Hi,

Need help on monitoring the jobs in jenkins using Java agent.

I have installed and configured java agent on jenkins host. In Buisness transaction its capturing details for / Service endpoints.but not for /Job/"different jobs".

Can you help me how to configure the jobs unders /job service endpoints.

Thanks,

Santhosh

Labels (1)
0 Karma

CommunityUser
Splunk Employee
Splunk Employee

Hi Santosh,

do you want to monitor interaction with the Jenkins UI around your jobs or rather the job / build execution itself ?

When it was job execution then monitoring /job would not be sufficient I am afraid. This would only capture a user going onto the respective dashboards in Jenkins and checking the status of past jobs.

Another route might be to look at the Jenkins statistics published by default under 

http://<server>/jenkins/job/<job_name>/lastBuild/api/json?pretty=true and then consume that and push it back into AppD using a custom script agent like this https://docs.appdynamics.com/display/PRO45/Build+a+Monitoring+Extension+Using+Scripts
 
Philipp
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...