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

How to do ValueTuple extraction in RA Deep object access?

henridb
Guide

We are trying to capture a property of an object that is one of the items in a ValueTuple that is returned by a method of a DotNet classobject.

Do we have a chance or will that never be possible?

 

2 REPLIES 2

pahofmann
DynaMight Guru
DynaMight Guru

You can use deep object access if the method does not return a primitive. 

If there is no good way to access the value, you can add a simple getter to your application that returns the value you want, than instrument that with dynatrace.

Dynatrace Certified Master, AppMon Certified Master - Dynatrace Partner - 360Performance.net

Hello PA, unfortunately we only have the return value available. 

Dynatrace does not allow deep object access for that option.

Featured Posts