diff options
Diffstat (limited to 'example/config.yaml')
-rw-r--r-- | example/config.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml index 48aa021d3..2fab24ab8 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -692,6 +692,15 @@ syslog-protocol: "udp" # Default: "localhost:514" syslog-address: "localhost:514" +################################## +##### OBSERVABILITY SETTINGS ##### +################################## + +# String. Header name to use to extract a request or trace ID from. Typically set by a +# loadbalancer or proxy. +# Default: "X-Request-Id" +request-id-header: "X-Request-Id" + ############################# ##### ADVANCED SETTINGS ##### ############################# |