-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat(devservices): Update profiling mode #93578
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
Conversation
ingest-events, | ||
ingest-transactions, | ||
ingest-profiles, | ||
ingest-occurrences, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is ingest-occurrences
needed here? Perhaps not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do run issue detection in vroom
and would push to ingestion-occurrences
.
@@ -13,6 +13,13 @@ x-sentry-service-config: | |||
branch: master | |||
repo_link: https://github.com/getsentry/snuba.git | |||
mode: containerized | |||
snuba-profiling: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using this will bring up snuba-profiles-consumer, snuba-profiles-chunks-consumer, and functions-consumer
ingest-events, | ||
ingest-transactions, | ||
ingest-profiles, | ||
ingest-occurrences, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do run issue detection in vroom
and would push to ingestion-occurrences
.
This updates profiling mode so that it also starts up workers and various ingest consumers to support profiling for local dev Tested this and profiles are coming into the internal project
This updates profiling mode so that it also starts up workers and various ingest consumers to support profiling for local dev
Tested this and profiles are coming into the internal project