cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Custom service for Bitbucket

ashrafanwar_pas
Newcomer

I want to take a count of No of pull and push requests executed by bitbucket. I have dynatrace integrated with the java server. Is there a way or a method which I can use to calculate that?

 

2 REPLIES 2

Joe_Hoffman
Dynatrace Leader
Dynatrace Leader

I'm not familiar with the internals of BitBucket, but I suggest you perform some user actions which cause pull and push activity, then under the Diagnostic Tools menu, use the CPU Profiler to explore CPU activity to see if you can determine a method that is invoked as part of push and/or pull operations. Once you've determined a Class.method, create a custom service for that method.


Thanks

1st thing i did was to enable jmx in bitbucket
and followed this process
https://confluence.atlassian.com/bitbucketserver/enabling-jmx-counters-for-performance-monitoring-77...

And using jconsole profiler i could get the class and method , which i have defined as "define java services" under custom service detection

Now i see the pull/push requests separate under the new custom service.

Thank you.


Featured Posts