I have created a .Net Method Invocation data collector and it is not working. The specifics of the configuration are in the attached screenshot.
I'm working with an overloaded method which has a single object parameter - see screenshot. I'm using a Getter Chain to extract the value of an instance variable that is two levels deep.
From my IDE I can view the data pointed to by the Getter Chain.
When I deploy the data collector nothing is returned. The Data Collector 'BookingServiceModel' is not listed - I have a number of other, simpler, data collectors for this BT and they are listed in the transaction snapshot.
My questions are:
Hi. Try removing the ".ToString()" at the end of the getter chain.