I recently began an effort to automate monitoring of an application. I ran into a problem where the machine agent service would start and then stop. The log file said it was unable to read controller-info.xml. My C# application was using an XmlDoc...
Hello community,
I've instrumented 2 C#.Net programs in an AppDynamics Application. I've modified the config.xml (attached) and restarted the coordinator service. Each program is on a different tier. I've create configured instrumentation rules f...
Greetings community,
In a .NET application that is being monitored I have created business transactions. However nothing shows on the flow map
Here is the applications app.config with performance counters enabled. (I had to add an xml extension ...
Hello community. I am new to AppDyn. I'll try not to ask homework questions. To understand AppDyn better I wrote a custom C# application with performance monitoring enabled. In my AppDyn application I was able to add a custom class so I picked th...
The apps do talk to each other. The system was set up so that the client can type and send a message to the server. The server then sends the same message back to the client. The ouput sequence is as follows: Client Sends -> Server Recieves -> Se...
Hello, those instructions didn't work and I was already familiar with OIT and custom classes.
It never detects an instance count and the directions for IOT and POCO is very vague.
I've attached the config.xml, app.config (from my .NET application...
The solution to object instance tracking is to define custom .NET classes and specify them using a plus sign (+) instead of a period (.). For example: App+MyClass
I figured out how to add my custom classes to AppDynamics. AppDynamics isn't recording any data on the classes though it records data at the tier level. For example I have an App class, App.MyURL, App.MyCPU, etc... Do those look like fully qualifi...