mirror of
https://github.com/katanemo/plano.git
synced 2026-05-11 16:52:41 +02:00
ensure that request id is consistent (#677)
* ensure that request id is consistent * remove test debug/info statements
This commit is contained in:
parent
b45c7aba86
commit
57327ba667
9 changed files with 92 additions and 28 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue