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

fix(metrics): Remove bucket storages from devserver #2591

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

jjbayer
Copy link
Member

@jjbayer jjbayer commented Apr 8, 2022

Follow-up to #2579:

snuba devserver recently failed to start with the following error message:

Invalid value for '--storage': invalid choice: metrics_counters_buckets. (choose from groupedmessages, groupassignees, metrics_distributions, metrics_sets, metrics_counters, metrics_raw, errors, outcomes_raw, querylog, sessions_raw, transactions, spans, transactions_v2, errors_v2, profiles)

This PR fixes the error by removing remaining traces of metrics_*buckets.

@jjbayer jjbayer requested a review from a team as a code owner April 8, 2022 10:13
Copy link
Contributor

@onewland onewland left a comment

Choose a reason for hiding this comment

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

Thanks for submitting this change -- I'm embarrassed I didn't catch this.

@@ -144,9 +144,6 @@ def devserver(*, bootstrap: bool, workers: bool) -> None:
[
"snuba",
"multistorage-consumer",
Copy link
Contributor

Choose a reason for hiding this comment

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

let's change this to be just consumer (there is only one storage) like in Meredith's PR in #2588

Copy link
Member Author

Choose a reason for hiding this comment

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

Whoops sorry, pressed merge a second too early.

Copy link
Contributor

Choose a reason for hiding this comment

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

no problem, you had the ship it already

@jjbayer jjbayer merged commit 7ccecb1 into master Apr 8, 2022
@jjbayer jjbayer deleted the fix/devserver-metrics-buckets branch April 8, 2022 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants