kyzhou
Builder
since ‎02-08-2018
‎04-28-2018

User Statistics

  • 30 Posts
  • 2 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

Is it possible to manually change the colors in a graph created through the custom widget builder?   I would like to change some of the bars to red to indicate that they represent errors occuring.  
I have a table of IDs to Names: id: name 1: user1 2: user2 3: user3   and another table of more data: id: edu : ...... 1 : bachelor : .... 2 : master : .... 3 : phd : ....   Is it possible to use AQL to join these two together so I can display the na...
I created a custom schema through the Custom Events API through curl. Where would I be able to view this schema in the Controller?   Also, how would I input my database tables through the schema? Would I need to write a script to upload the data, or ...
I have been having trouble registering a particular method as a business transaction.   I have actually been able to log this method with NewRelic in the past, and AppDynamics has successfully instrumented another method from the same class, so I'm a...
I am trying to experiment with setting up AppDynamics with a standalone application.   Can technically any .exe application be recorded by the Agent? I have a test C# program that simply prints out Hello World a thousand times with a small sleep in t...