Skip to content

feat(otlp): Use OTel-friendly default Explore fields #93736

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

gggritso
Copy link
Member

@gggritso gggritso commented Jun 17, 2025

If the OTel-friendly UI flag is on, change the default fields for Explore to ID, Name, Duration, and Timestamp. We are moving away from OP and Description. Is waiting for #93725 to add backend support

I added field definitions to FieldKeys, since this name and kind are SpanV2 fields, that are EAP-specific an the most recent.

I also updated the type of span definitions to Record<string, FieldDefinition> since span fields are set by the user, so we'll never have a complete listing to definitions.

gggritso added 2 commits June 17, 2025 14:35
Also update `status`, since it can now apply to a span.
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 17, 2025
@gggritso gggritso requested a review from Zylphrex June 17, 2025 18:50
@gggritso gggritso marked this pull request as ready for review June 17, 2025 18:50
@gggritso gggritso requested a review from a team as a code owner June 17, 2025 18:50
@gggritso gggritso marked this pull request as draft June 17, 2025 20:18
@gggritso gggritso removed the request for review from Zylphrex June 17, 2025 20:18

This comment was marked as outdated.

@gggritso gggritso marked this pull request as ready for review June 17, 2025 21:42
@gggritso gggritso requested a review from a team as a code owner June 17, 2025 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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