Skip to content

Commit f7bcc9d

Browse files
committed
tracing: remove extra success result
Signed-off-by: sallyom <somalley@redhat.com>
1 parent e16c208 commit f7bcc9d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pkg/plugins/scorer/precise_prefix_cache.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ func (s *PrecisePrefixCacheScorer) Score(ctx context.Context, cycleState *types.
219219
)
220220
}
221221

222-
span.SetAttributes(attribute.String("llm_d.scorer.result", "success"))
223222
return normalizedScores
224223
}
225224

pkg/sidecar/proxy/chat_completions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func (s *Server) chatCompletionsHandler(w http.ResponseWriter, r *http.Request)
5656

5757
span.SetAttributes(
5858
attribute.String("llm_d.pd_proxy.connector", s.config.Connector),
59+
attribute.String("llm_d.pd_proxy.request_path", r.URL.Path),
5960
)
6061

6162
var prefillHostPorts []string

0 commit comments

Comments
 (0)