feat(tracemetrics): Hide unnecessary attributes and allow adding to filter#102096
Merged
narsaynorath merged 1 commit intoOct 24, 2025
Merged
Conversation
k-fish
approved these changes
Oct 24, 2025
priscilawebdev
pushed a commit
that referenced
this pull request
Oct 28, 2025
…ilter (#102096) Adds some types to define fields we want to hide in the trace details UI. Also passes along the custom actions so trace detail keys can be added to the filter. The way the hook is setup for the attribute options, it works for both logs and tracemetrics use cases so I'm just reusing it for now. It should be moved to some general util in the future. <img width="745" height="418" alt="Screenshot 2025-10-24 at 2 26 42 PM" src="https://github.com/user-attachments/assets/c40ac0cd-edea-47da-a974-654b1ee30d21" /> Closes LOGS-452
shashjar
pushed a commit
that referenced
this pull request
Nov 4, 2025
…ilter (#102096) Adds some types to define fields we want to hide in the trace details UI. Also passes along the custom actions so trace detail keys can be added to the filter. The way the hook is setup for the attribute options, it works for both logs and tracemetrics use cases so I'm just reusing it for now. It should be moved to some general util in the future. <img width="745" height="418" alt="Screenshot 2025-10-24 at 2 26 42 PM" src="https://github.com/user-attachments/assets/c40ac0cd-edea-47da-a974-654b1ee30d21" /> Closes LOGS-452
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds some types to define fields we want to hide in the trace details UI. Also passes along the custom actions so trace detail keys can be added to the filter. The way the hook is setup for the attribute options, it works for both logs and tracemetrics use cases so I'm just reusing it for now. It should be moved to some general util in the future.
Closes LOGS-452