Skip to content
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

[APM] Not displaying fallback message when transaction sample is not found within time range. #25116

Closed
formgeist opened this issue Nov 5, 2018 · 3 comments
Labels
bug Fixes for quality problems that affect the customer experience Team:APM - DEPRECATED Use Team:obs-ux-infra_services. v6.5.0

Comments

@formgeist
Copy link
Contributor

Kibana version: 6.5


screenshot 2018-11-05 at 14 05 08

https://apm.elstc.co/tyo/app/apm#/opbeans-node/transactions/request/GET~20~2Fapi?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-4h,mode:quick,to:now))&transactionId=400d0cd4576694b5&traceId=fca984e094e6f5f99d6d57e318707ca7

It looks we're not displaying the fallback message when a transaction ID doesn't return a sample for the selected time range.

Failed to load resource: the server responded with a status of 404 (Not Found)
react-redux-request.js:4704 Error: Not Found
    at kfetch.ts:54
    at step (tslib.js:133)
    at Object.next (tslib.js:114)
    at fulfilled (tslib.js:104)
@formgeist formgeist added bug Fixes for quality problems that affect the customer experience Team:APM - DEPRECATED Use Team:obs-ux-infra_services. v6.5.0 labels Nov 5, 2018
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui

@jasonrhodes
Copy link
Member

So if I'm looking at a very narrow time range and click on "View Full Trace", and the trace started just outside of the time range, we'd want to show the 404 fallback message there? I didn't realize the individual transaction/trace ID lookup was still using the time range as part of the query but that sounds pretty rough.

@sorenlouv
Copy link
Member

So if I'm looking at a very narrow time range and click on "View Full Trace", and the trace started just outside of the time range, we'd want to show the 404 fallback message there? I didn't realize the individual transaction/trace ID lookup was still using the time range as part of the query but that sounds pretty rough

That's a good point. We should probably create another issue for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:APM - DEPRECATED Use Team:obs-ux-infra_services. v6.5.0
Projects
None yet
Development

No branches or pull requests

4 participants