Skip to content

Commit

Permalink
Reduce APM sample rate to 50% (#6561)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpgrailsdev committed May 12, 2023
1 parent 7d0985d commit e06bc92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class WorkerConstants {
public static final String DD_ENV_VAR = "-XX:+ExitOnOutOfMemoryError -javaagent:/airbyte/dd-java-agent.jar "
+ "-Ddd.profiling.enabled=true "
+ "-XX:FlightRecorderOptions=stackdepth=256 "
+ "-Ddd.trace.sample.rate=30 "
+ "-Ddd.trace.sample.rate=0.5 "
+ "-Ddd.trace.request_header.tags=User-Agent:http.useragent";

}

0 comments on commit e06bc92

Please sign in to comment.