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

Calculated Service Metric to determine if debug() Logging is Enabled

jeff_tucker
Helper

I am doing synthetic monitoring of a web request service and I need to be able to detect if debug() logging is enabled in the tagged traffic of my test.  Is there a way to set up a CSM that would give me the number of calls made to debug logging methods in my application code?

 

Can you give an example?  Thanks,

 

JT

 

1 REPLY 1

josef_schiessl
Dynatrace Helper
Dynatrace Helper

I guess you could create a custom service that detects a service for that class & particular method and then use this custom service as a source for the custom service metric?

 

Featured Posts