Harrison.Clark
Builder
since ‎08-17-2016
‎05-14-2020

User Statistics

  • 16 Posts
  • 0 Solutions
  • 2 Kudos given
  • 8 Kudos received

User Activity

With 3.1 now being the LTS version for .NET Core, when will support for this be coming to the .NET Core Agent?
I had an idea to have some of the scripts my Ops team uses to update some of our dashboards. I'm testing this idea by exporting a test dashboard via the REST API, making some changes, and reuploading it. I'm doing this all in Powershell.   One thing ...
Is it possible to use a lamda expression in a .NET getter chain for a data collector? I have a List of objects that I would like to call Find on and pass a lamda to get the one I need.   Basically I want to call this: Actions.Find(x => x.ActionType =...
Is there a way to export and then import the configuration of a Method Invocation Data Collector from one controller to another?  I've been able to do this via REST API for transaction detection, but I don't see anything in the docs for datacollector...
 I'm setting up some new data collectors and need to retrieve the last item in a list in the getter chain.  I'm currently just grabbing the 7th item, but this list has variable sizes and the element I want should always be the last item.  I have trie...