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

Custom Reporting in Dynatrace Managed

moffatrt
Contributor

Is any custom reporting available in Dynatrace Managed? The canned reports are okay, but we'd like to get metrics on specific methods for .Net. The reports seem to only go down to the service level.

7 REPLIES 7

AlexanderSommer
Dynatrace Champion
Dynatrace Champion

Currently we don't have customer reports but you can build custom charts for .NET services. Perhaps this will already help you. Please take a look at out custom chart tile.

shikha_yadav
Guide

Hi, Do we have any options of custom reporting on Dynatrace Saas now ?

Hi Shikha,

Custom reporting is still not yet possible in Dynatrace SaaS. I recommend you upvote the following Requests for Enhancements to add this feature. See links below

https://community.dynatrace.com/spaces/483/dynatrace-product-ideas/idea/196358/please-enable-downloa...

https://community.dynatrace.com/spaces/483/dynatrace-product-ideas/idea/191554/feature-for-exporting...

Thanks

NJ

chase_hulderma1
Inactive
@Ugochukwu N.

OP's request was for metrics on methods? Is there a way to do this in Dynatrace?

nj_njoku
Inactive

Hey @Chase H.

Are you asking about creating custom reports to see metrics for service methods or creating custom charts? Please elaborate on what your request is.

Thanks

NJ

I think the request is how would I chart (or report) method invocations. Let's say I have a specific method createAccount(). When the service call comes in, it determines if an account exists and if it doesn't it creates a new account. The service could be exampleAccountService. Dynatrace would let me chart this service, but what if I want to chart how many new accounts are created?

In AppMon, I'd create a measure on that method (creating a sensor behind the scenes) and then the software would start collecting that data where I could then create a dashboard that could be used for viewing or as a template for a report (adhoc or scheduled).

I know you can create a custom 'service detection rule'. Would I need to create that and then chart that service?

It seems like Dynatrace has separated out some functionality:

  • Want to place a sensor on a method to chart? Use Custom service detection
  • Want to subdivide traffic based on method argument? Use Request Attribute tagging

As for reporting, it seems like you'd need to build a custom dashboard off of this and then wait for the export as pdf feature... if you want csv/xls it looks like you'll need to write your own script to use the rest interface and have it parse the json into your format of choice.

Do I have that right?

Hey Chase,

Yes you are right! If the service i.e. exampleAccountService is not created automatically with its service methods (e.g. createAccount()), then yes you will need to create the custom service and then specify the methods that should be captured for the custom service. I will then mark the methods I care about (createAccount()) as a key request and then chart on it using custom charts or use the API to pull the data using your custom script. Custom reporting feature to save as pdf or xls/csv is still not available at this time.

Thanks

NJ

Featured Posts