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

Tempo: Don't show error when running query without traceId #43676

Merged
merged 4 commits into from Jan 5, 2022

Conversation

aocenas
Copy link
Member

@aocenas aocenas commented Jan 4, 2022

fixes: #43675

Adds code to check if query contains traceID, returns empty observable if not.

Also listen on query complete and changes status of the query so we are not stuck on loading state in such cases.

@aocenas aocenas requested a review from a team as a code owner January 4, 2022 15:27
@aocenas aocenas requested review from ivanahuckova and removed request for a team January 4, 2022 15:27
@aocenas aocenas changed the title Aocenas/tempo/fix error on emtpy trace Tempo: Don't show error when running query without traceId Jan 4, 2022
@aocenas aocenas added this to the 8.4.0 milestone Jan 4, 2022
@aocenas aocenas force-pushed the aocenas/tempo/fix-error-on-emtpy-trace-id branch from d9d7878 to 837cf26 Compare January 4, 2022 16:55
Copy link
Member

@ivanahuckova ivanahuckova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@aocenas aocenas merged commit 88d17c4 into main Jan 5, 2022
@aocenas aocenas deleted the aocenas/tempo/fix-error-on-emtpy-trace-id branch January 5, 2022 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tempo: Shows error when loaded with empty TraceId
4 participants