Hi @Ryan.Paredez ,
I am getting "BAD REQUEST" error when I am pushing the trace from Opentelemetry agent to Appdynamics directly.
Below is the sample request. Pls let me know what is missing/wrong in the request
{
"resourceSpans": [
{
"resource": {
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "/HybridISSanityAssets:SanityFlowServiceSuccess"
}
},
{
"key": "service.namespace",
"value": {
"stringValue": "SanityFlowServiceSuccess"
}
},
{
"key": "appdynamics.controller.account",
"value": {
"stringValue": "hepburn202405201255302"
}
},
{
"key": "appdynamics.controller.host",
"value": {
"stringValue": "hepburn202405201255302.saas.appdynamics.com"
}
},
{
"key": "appdynamics.controller.port",
"value": {
"stringValue": "443"
}
}
]
},
"scopeSpans": [
{
"spans": [
{
"traceId": "5B8EFFF798038103D269B633813FC60C",
"spanId": "EEE19B7EC3C1B174",
"parentSpanId": "EEE19B7EC3C1B173",
"name": "/wm-cloud/local/HybridISSanityAssets:SanityChildFlowService",
"startTimeUnixNano": "1716655854847000000",
"endTimeUnixNano": "1716655854888000000",
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "SanityChildFlowService"
}
},
{
"key": "cmp",
"value": {
"stringValue": "ONPREMISEIS"
}
},
{
"key": "tId",
"value": {
"stringValue": "default"
}
},
{
"key": "stg",
"value": {
"stringValue": "STAGE_NA"
}
},
{
"key": "hostname",
"value": {
"stringValue": "test"
}
},
{
"key": "agentId",
"value": {
"stringValue": "default"
}
},
{
"key": "nodeType",
"value": {
"stringValue": "flow"
}
},
{
"key": "stat",
"value": {
"stringValue": "1"
}
}
],
"status": {
"code": 1
}
}
]
}
]
}
]
}
I am stuck here. Your help is much appreciated.
I have to make decision based on this POC.