Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions release-notes.d/unreleased/1834.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
pr: 1834
url: https://github.com/llm-d/llm-d-router/pull/1834
author: mvanhorn
date: 2026-08-04
---
Add OpenTelemetry spans for the EPP scheduler scoring path: a parent `llm_d.epp.scoring` span over the scorer chain and per-scorer `llm_d.epp.scorer.<type>` child spans carrying scorer identity, weight, candidate count, and aggregate score signals. No per-endpoint attributes are emitted, and spans are skipped entirely when tracing is disabled.
Loading