summaryrefslogtreecommitdiff
path: root/test/envparsing.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/envparsing.sh')
-rwxr-xr-xtest/envparsing.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/envparsing.sh b/test/envparsing.sh
index d1f7a9ee7..3580e8517 100755
--- a/test/envparsing.sh
+++ b/test/envparsing.sh
@@ -151,6 +151,10 @@ EXPECT=$(cat <<"EOF"
"syslog-protocol": "udp",
"tls-certificate-chain": "",
"tls-certificate-key": "",
+ "tracing-enabled": false,
+ "tracing-endpoint": "localhost:4317",
+ "tracing-insecure": false,
+ "tracing-transport": "grpc",
"trusted-proxies": [
"127.0.0.1/32",
"docker.host.local"
@@ -240,6 +244,7 @@ GTS_SMTP_DISCLOSE_RECIPIENTS=true \
GTS_SYSLOG_ENABLED=true \
GTS_SYSLOG_PROTOCOL='udp' \
GTS_SYSLOG_ADDRESS='127.0.0.1:6969' \
+GTS_TRACING_ENDPOINT='localhost:4317' \
GTS_ADVANCED_COOKIES_SAMESITE='strict' \
GTS_ADVANCED_RATE_LIMIT_REQUESTS=6969 \
GTS_ADVANCED_SENDER_MULTIPLIER=-1 \