ensure that request id is consistent (#677)

* ensure that request id is consistent

* remove test debug/info statements
This commit is contained in:
Adil Hafeez 2026-01-07 08:44:41 -08:00 committed by GitHub
parent b45c7aba86
commit 57327ba667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 92 additions and 28 deletions

View file

@ -22,6 +22,7 @@ pub const X_ARCH_TOOL_CALL: &str = "x-arch-tool-call-message";
pub const X_ARCH_FC_MODEL_RESPONSE: &str = "x-arch-fc-model-response";
pub const ARCH_FC_MODEL_NAME: &str = "Arch-Function";
pub const REQUEST_ID_HEADER: &str = "x-request-id";
pub const ENVOY_ORIGINAL_PATH_HEADER: &str = "x-envoy-original-path";
pub const TRACE_PARENT_HEADER: &str = "traceparent";
pub const ARCH_INTERNAL_CLUSTER_NAME: &str = "arch_internal";
pub const ARCH_UPSTREAM_HOST_HEADER: &str = "x-arch-upstream";