-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specific transaction doesn't open on APM service #126805
Comments
Pinging @elastic/apm-ui (Team:apm) |
Hello, is there any updates for this? |
Hi @manther02 The problem is this line:
I'm interest to know in which context this error happens. When viewing the error in Dev Tools, can you please click on the top stack frame in the stack trace? |
@manther02 can you verify whether transaction type has been set to a non-empty string for those transactions? The UI expects this to be the case. If you can post a sample trace that includes this transaction we can maybe figure out from there if there any fields missing. |
We also have the same exact issue. Here is at least one offending document: {
"parent": {
"id": "b2be7b8d8c07d735"
},
"agent": {
"name": "go",
"version": "1.15.0"
},
"processor": {
"name": "transaction",
"event": "span"
},
"cloud": {
"availability_zone": "us-east-2b",
"instance": {
"id": "i-065d57701c8d1dbee"
},
"provider": "aws",
"machine": {
"type": "m6i.2xlarge"
},
"region": "us-east-2",
"account": {
"id": "433562082071"
}
},
"observer": {
"hostname": "51cefdcef3f1",
"name": "instance-0000000063",
"id": "577634e1-cd37-4eec-af29-6a3b73ae6bdc",
"ephemeral_id": "b98ff3b9-a680-4d6d-8df1-95a33984ca10",
"type": "apm-server",
"version": "7.17.4",
"version_major": 7
},
"trace": {
"id": "0744e5ba46583f501f0ef576ff72287d"
},
"@timestamp": "2022-07-21T16:29:28.706Z",
"ecs": {
"version": "1.12.0"
},
"service": {
"environment": "prod",
"name": "<redacted>"
},
"event": {
"outcome": "success"
},
"transaction": {
"id": "8c913ef70e7f72b8"
},
"span": {
"duration": {
"us": 4
},
"name": "generateParticipantTrade",
"id": "4499b846bf661ce2"
},
"timestamp": {
"us": 1658420968706120
}
} Update: We figured out that a bunch of our services are not sending a |
@manther02 are you still experiencing this issue? If so, could you please post a sample trace? cc @dgieselaar |
Closing due to inactivity. Feel free to reach out if this happens again. |
Kibana version:
Elastic Cloud Deployment version v7.16.1
Elasticsearch version:
Elastic Cloud Deployment version v7.16.1
Server OS version:
Elastic Cloud Deployment version v7.16.1
Browser version:
Google Chrome Version 99.0.4844.51
Browser OS version:
Linux Mint 20.2
Original install method (e.g. download page, yum, from source, etc.):
Elastic Cloud Deployment
Describe the bug:
When I try to open a specific transaction in the APM service the page stops working.
Steps to reproduce:
This only happens with this specific transaction, probably as something to do with it.
Expected behavior:
Open the transaction details.
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: