mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
refactor: rename custom_attribute_prefixes to span_attribute_header_prefixes in configuration and related handlers
This commit is contained in:
parent
aa64704ed1
commit
285d011dd6
5 changed files with 5 additions and 5 deletions
|
|
@ -188,7 +188,7 @@ async fn handle_agent_chat(
|
|||
tracing_config
|
||||
.as_ref()
|
||||
.as_ref()
|
||||
.and_then(|tracing| tracing.custom_attribute_prefixes.as_deref()),
|
||||
.and_then(|tracing| tracing.span_attribute_header_prefixes.as_deref()),
|
||||
);
|
||||
|
||||
let chat_request_bytes = request.collect().await?.to_bytes();
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ pub async fn llm_chat(
|
|||
tracing_config
|
||||
.as_ref()
|
||||
.as_ref()
|
||||
.and_then(|tracing| tracing.custom_attribute_prefixes.as_deref()),
|
||||
.and_then(|tracing| tracing.span_attribute_header_prefixes.as_deref()),
|
||||
);
|
||||
let request_id: String = match request_headers
|
||||
.get(REQUEST_ID_HEADER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue