Skip to content

fix(perf): Return standardized tag keys and tag values#25862

Merged
k-fish merged 2 commits intomasterfrom
fix/perf-tag-explorer-tag-serialization
May 4, 2021
Merged

fix(perf): Return standardized tag keys and tag values#25862
k-fish merged 2 commits intomasterfrom
fix/perf-tag-explorer-tag-serialization

Conversation

@k-fish
Copy link
Copy Markdown
Member

@k-fish k-fish commented May 4, 2021

Summary

Previously we were returning values directly from snuba (eg. sentry:release:ab31b23... instead of just release:ab31b23...), which isn't helpful since we usually want to put a tag key and value right back into a query. This re-uses the same functions that event-facets uses to standardize the tag data.

Previously we were returning values directly from snuba (eg. sentry:release instead of just release), which isn't helpful since we usually want to put a tag key and value right back into a query. This re-uses the same functions that event-facets uses to standardize the tag data.
@k-fish k-fish requested a review from a team May 4, 2021 20:05
…e.py

Co-authored-by: William Mak <william@wmak.io>
@k-fish k-fish enabled auto-merge (squash) May 4, 2021 22:19
@k-fish k-fish merged commit 9259344 into master May 4, 2021
@k-fish k-fish deleted the fix/perf-tag-explorer-tag-serialization branch May 4, 2021 22:35
@github-actions github-actions bot locked and limited conversation to collaborators May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants