Search the Community
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
70 results
Sorted by:
11-17-2020
12:23 AM
Hi! I would like to fetch HTTP request properties (not headers, not parameters) - according to attached picture; like RawUrl, UrlReferrer, or any other HTTP request property. Looking into tr...
02-07-2020
01:45 PM
Given the program below that accepts arguments from the command-line via the string[] args parameter, how do I setup a business transaction that will split based on the first value, args[0]? ...
11-25-2020
06:02 AM
Anybody knows how to find out what is the actual WCF operation name, when we have a custom detection rule which groups a bunch of operations together if they are a part of the same service? ...
09-22-2020
07:28 AM
Hi,
I am trying to install .net agent in the servers but I'm getting this message:
COR_PrOFILER is set. Please uninstall existing profiler and try again.
Press any key to exist.
What...
- Tags:
- .NET
10-07-2020
10:59 PM
I am using appdynamics for the first time (trial account). I have created a .NET app in AppDynamics portal and followed the steps as mentioned while creating the application (also check the vide...
- Tags:
- .NET
- app-dashboard
08-13-2020
03:49 PM
We recently stood up our first app in Azure but I came to learn that our developers are using SignalR for communication and page-to-page transitions so our AppD agent doesn't pick these up. For...
08-08-2020
04:05 AM
Hi, We have recently started working on AppD for our micro-services architecture. We could successfully setup for all microservices and able to see the traffic and all sorts of dynamics. But for on...
09-19-2017
01:56 AM
I've created manual configuration for an executable similar to below (app name changed)
<appdynamics-agent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001...
05-19-2020
03:10 AM
Hello all,
I have one business transaction registered as Web services ("entry point type") and using .Net application. In that BT I am trying to configure one more "POCO custom BT match ru...
06-18-2020
11:25 AM
1 Kudo
I have downloaded the binaries and am trying to implement a side car pattern per this article: https://www.appdynamics.com/blog/engineering/how-to-instrument-docker-containers-with-appdynamics/ ...