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

Transactions not showing up in the Performance tab #20435

Closed
abhishek-ram opened this issue Aug 27, 2020 · 5 comments
Closed

Transactions not showing up in the Performance tab #20435

abhishek-ram opened this issue Aug 27, 2020 · 5 comments

Comments

@abhishek-ram
Copy link

abhishek-ram commented Aug 27, 2020

Important Details

How are you running Sentry?

On-Premise w/ Kubernetes, version 20.7.2

Description

I am able to see transactions being recorded in the Events tab but when I open the Performance tab it says "No Results Found"

Steps to Reproduce

  1. Open the Events tab to see the transactions

image

  1. Open the Performance tab and it shows no results

image

What you expected to happen

Transactions should show up in the Performance tab

@abhishek-ram
Copy link
Author

I was digging into this further and I guess this API is being called https://sentry.dev.spotdraft.com/api/0/organizations/sentry/eventsv2/ for the transactions page. Now the thing is if the API is called with any of these p50(), p95(), failure_rate(), apdex(300), user_misery(300) in the field param then it returns no result, but if I exclude them then I get results.

I am not sure what this implies.

@silent1mezzo
Copy link
Contributor

@abhishek-ram I'm not able to reproduce locally so just trying to get more information. Is the Performance page empty when you first go to it? What's the full set of query params for /api/0/organizations/sentry/eventsv2/?

@abhishek-ram
Copy link
Author

The performance page is empty whenever I go to it and not just the first time.

The full url being called is https://sentry.dev.spotdraft.com/api/0/organizations/sentry/eventsv2/?statsPeriod=24h&project=2&environment=DEV&field=transaction&field=project&field=epm()&field=p50()&field=p95()&field=failure_rate()&field=apdex(300)&field=count_unique(user)&field=user_misery(300)&sort=-epm&per_page=50&query=event.type%3Atransaction

I installed sentry using this chart https://github.com/sentry-kubernetes/charts BTW.

One more thing I noticed is that in the clickhouse database the tables sentry_local and sentry_dist have data but the tables transactions_local and transactions_dist do not have any data.

@dashed
Copy link
Member

dashed commented Aug 28, 2020

@abhishek-ram
Copy link
Author

thanks

@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants