From 6bad05d2b0e28671f4e005bc609d3e8a5506d4f1 Mon Sep 17 00:00:00 2001 From: Flavien Darche Date: Fri, 27 Jun 2025 15:50:31 +0200 Subject: [PATCH] better doc for proxy env var --- appsec/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/appsec/config.go b/appsec/config.go index 09cbbd4..54cc54f 100644 --- a/appsec/config.go +++ b/appsec/config.go @@ -25,6 +25,7 @@ const ( // Deprecated: a new [APISecConfig.Sampler] is now used instead of this. EnvAPISecSampleRate = "DD_API_SECURITY_REQUEST_SAMPLE_RATE" // EnvAPISecProxySampleRate is the env var used to set the sampling rate of API Security schema extraction for proxies. + // The value represents the number of schemas extracted per minute (samples per minute). EnvAPISecProxySampleRate = "DD_API_SECURITY_PROXY_SAMPLE_RATE" // EnvObfuscatorKey is the env var used to provide the WAF key obfuscation regexp EnvObfuscatorKey = "DD_APPSEC_OBFUSCATION_PARAMETER_KEY_REGEXP"