Skip to content

fix(tracemetrics): Add timestamp to filterable fields#106456

Merged
narsaynorath merged 2 commits intomasterfrom
nar/fix/tracemetrics-add-timestamp-to-filterable-fields
Jan 19, 2026
Merged

fix(tracemetrics): Add timestamp to filterable fields#106456
narsaynorath merged 2 commits intomasterfrom
nar/fix/tracemetrics-add-timestamp-to-filterable-fields

Conversation

@narsaynorath
Copy link
Member

timestamp should show up in the filter bars for the metrics explore page and dashboards

Fixes LOGS-523

@narsaynorath narsaynorath requested a review from a team as a code owner January 16, 2026 18:20
@linear
Copy link

linear bot commented Jan 16, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 16, 2026
if (itemType === TraceItemDataset.SPANS) {
return SENTRY_SPAN_NUMBER_TAGS;
}
if (itemType === TraceItemDataset.TRACEMETRICS) {
Copy link
Member Author

@narsaynorath narsaynorath Jan 19, 2026

Choose a reason for hiding this comment

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

Snuck in this change since I was already adding the constant. Essentially, this would fall through and accidentally surface logs tags for metrics

@narsaynorath narsaynorath merged commit 2d17bb1 into master Jan 19, 2026
53 checks passed
@narsaynorath narsaynorath deleted the nar/fix/tracemetrics-add-timestamp-to-filterable-fields branch January 19, 2026 17:12
BYK pushed a commit that referenced this pull request Jan 19, 2026
`timestamp` should show up in the filter bars for the metrics explore
page and dashboards

Fixes LOGS-523
@github-actions github-actions bot locked and limited conversation to collaborators Feb 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants