jenkinsci / appdynamics-plugin

Jenkins plugin for AppDynamics integration, i.e. for getting performance measurements during acceptance performance test.
https://plugins.jenkins.io/appdynamics-dashboard/
MIT License
18 stars 11 forks source link

Custom AppDynamics Metrics support #4

Closed vlukash closed 9 years ago

vlukash commented 9 years ago

Hi Miel!

I've integrated AppDynamics plugin into the Jenkins project and faced with an issue that I have to receive some custom metrics data from AppDynamics. Like "Application Infrastructure Performance|MyProj|Hardware Resources|CPU|%Busy"

But current implementation doesn't support this case.

So Custom Metrics support has been added and now we are able to specify AppDynamics metric just in plugin's settings, like:

custom metrics

Please review.

Thanks, Volodymyr

mdonkers commented 9 years ago

Thanks for adding this!