mirror of
https://github.com/SigNoz/signoz.git
synced 2026-09-26 13:20:42 +01:00
Some checks failed
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
cacheci / tests (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
<!--A few plain bullets saying what changed and why, for a reviewer skimming it - not a wall of text, not a restatement of the diff, not generated boilerplate.--> #### Description - Top span names and Cost by service use `builder_ai_query`, so non-AI spans no longer show up. - LLM cost/token panels filter on `gen_ai.request.model EXISTS`; with variables on "All" they scanned every span. - Default span mappers now move (not copy) vendor message keys into `gen_ai.input.messages` / `gen_ai.output.messages`, as documented. - Bumped versions: dashboard to 3, `gen_ai.llm` mapper to 3, `gen_ai.agent` mapper to 2. <!--Reference issues using `Closes #issue-number` to enable automatic closure on merge. --> #### Issues closed by this PR Part of https://github.com/SigNoz/engineering-pod/issues/6107