Skip to content

feat: surface request parameters in trace detail metadata#442

Draft
heiwen wants to merge 1 commit intomainfrom
claude-issue-423-20260423-0133
Draft

feat: surface request parameters in trace detail metadata#442
heiwen wants to merge 1 commit intomainfrom
claude-issue-423-20260423-0133

Conversation

@heiwen
Copy link
Copy Markdown
Contributor

@heiwen heiwen commented Apr 24, 2026

Add a "Request Parameters" section to the Metadata tab in the trace detail view, surfacing gen_ai.request.* span attributes (stream, temperature, max_tokens, top_p, frequency_penalty, presence_penalty, stop_sequences, seed, service_tier).

Closes #423

Generated with Claude Code

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 24, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1ed51504-a418-47a6-aa69-d6f28383ec3b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude-issue-423-20260423-0133

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@heiwen
Copy link
Copy Markdown
Contributor Author

heiwen commented Apr 29, 2026

@claude rebase to main

@hebo-agent
Copy link
Copy Markdown

hebo-agent Bot commented Apr 29, 2026

Claude finished @heiwen's task in 15s —— View job


Rebase Request

I'm unable to perform git rebase operations due to my current capabilities — I can only create and push commits, not rebase, merge, or perform other complex git operations.

You can rebase locally with:

git fetch origin main
git rebase origin/main
git push --force-with-lease origin claude-issue-423-20260423-0133

You can find more information and potential workarounds in the FAQ.

Add a "Request Parameters" section to the Metadata tab in the trace
detail view, displaying gen_ai.request.* span attributes (stream,
temperature, max_tokens, top_p, frequency_penalty, presence_penalty,
stop_sequences, seed, service_tier).

Backend: dynamically discover and fetch request parameter columns from
GreptimeDB (unaliased so they flow into spanAttributes).
Frontend: extract and render matching keys under a new section.
Mocks: add request parameter attributes to several mock traces.

Closes #423

Co-authored-by: Heinrich Wendel <heiwen@users.noreply.github.com>
@heiwen heiwen force-pushed the claude-issue-423-20260423-0133 branch from dae8d27 to c48695d Compare April 29, 2026 07:08
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.

Surface request parameters in the observability dashboard trace detail

1 participant