Splunk AppDynamics

Business Transactions are not captured

CommunityUser
Splunk Employee
Splunk Employee

Hi Everyone,

I deployed nodejs application with following appd configuration.

var appd = require("appdynamics").profile({
controllerHostName: 'xxx.appdynamics.com',
controllerPort: 443,
controllerSslEnabled: true, // Set to true if controllerPort is SSL
accountName: 'xxxdev',
accountAccessKey: 'xxx', //required
applicationName: 'Integration',
tierName: 'IntegrationTier',
nodeName: 'Integration2',
proxyHost:'xxx',
proxyPort: '80',
debug:true,
libagent: true,
maxProcessSnapshotsPerPeriod : 0
});

and with the following dependencies

"dependencies": {
"axios": "^0.17.1",
"geteventstore-promise": "^1.3.1",
"jsonpath-object-transform": "^1.0.4",
"jsonpath-plus": "^0.16.0",
"minimist": "^1.2.0",
"tunnel": "0.0.5",
"winston": "^2.4.0",
"appdynamics": "4.3.8"
}

with the above configuration in place I am making some http calls to other services, But I don't see those transactions in my appd controller, could one some one help me.

Labels (1)
0 Karma

Piyush_Mundra
Communicator

Hi Karunakar,

I believe we are also tracking this issue in the ticketing tool. Let's explore the issue there and we can post the final relevant fix here for the benefit of the community.

Best Regards,

Piyush

0 Karma

Morelz
Motivator

Hey Guys

What was the overall solution to this?

0 Karma

Piyush_Mundra
Communicator

Hi Mario,

Generally, this happens when there is no entry point which is automatically instrumented by the appdynamics agent in your application. This will result in BT's doesn't get  detected. In such situations, the agent exposes the API functions which need to be used to discover the custom BTs. Please have a look at the following documentation for more information on the usage of the agent API functions.

https://docs.appdynamics.com/display/PRO45/Node.js+Agent+API+User+Guide

https://docs.appdynamics.com/display/PRO45/Node.js+Agent+API+Reference

Best Regards,

Piyush

Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...