ca-apm-probe
Version:
CA APM Node.js Agent monitors real-time health and performance of Node.js applications
106 lines (105 loc) • 2.29 kB
JSON
{
"probeName": "",
"probeNameEnvKey": "",
"workerIdEnvKey":"",
"hostName":"",
"appName":"",
"protocol":"arf",
"sslEnabled":"false",
"infrastructureAgent": {
"host": "localhost",
"port": 5005
},
"logging": {
"logFile": "../logs/Probe-${probeName}.log",
"fileModeLog": "enabled",
"consoleModeLog": "disabled",
"maxLogFileSize": 2,
"maxLogFileCount": 5,
"logLevel": "info",
"deepStackTraceEnabled": false
},
"graphql": {
"showGraphQLQuery": false,
"apolloServer": {
"enabled": false,
"resolvers" : {
"enabled" : false,
"fieldsToShow" : "*"
}
}
},
"http": {
"requestHeaders": ["X-Forwarded-For","X-Forwarded-Host"],
"browseragent":{
"response": {
"decoration": {
"enabled": false,
"includeURLsRegex":".*",
"apmDataEnabled":true,
"cookie" : {
"expirationTime" : 3000,
"contentType": "text/html"
}
}
},
"useridCookieName":"",
"corGuidEnabled":true,
"autoInjectionEnabled":false,
"autoInjection":{
"snippetLocation":"../default.snippet",
"includeURLsRegex":""
},
"contentEncodingEnabled": false,
"sustainabilityMetricsEnabled": false,
"snippetString": ""
},
"client": {
"requestDecorationEnabled": true
}
},
"react": {
"enabled":false,
"htmlpath":"public/index.html"
},
"mongodb": {
"reportRawQuery": false
},
"metrics": {
"enabled": true,
"checkCompatibility": true
},
"security": {
"certPath": "../cert/ca-cert",
"enabled": false
},
"cookieEnabled": false,
"interval": 15000,
"configReloadInterval": 60000,
"virtualStackPollPeriod": 10000,
"maxTrxMapSize": 5000,
"maxPingDelay": 15000,
"tryReconnect": true,
"sustainabilityMetricsEnabled": true,
"maxCookieExpInMs": 3000,
"attribute": {
"decoration": {
"enableExtension": false,
"environment": {
"properties": []
},
"static": {
"attributes": {}
},
"externalfile": {
"fileName": ""
}
}
},
"k8s": {
"podNamespace": "",
"podName": "",
"containerName": "",
"podIpAddress": ""
}
}