Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions appsec/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading