Skip to content

Commit

Permalink
update apm config for load testing (elastic#126227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko authored Feb 23, 2022
1 parent d053a7f commit c45358d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x-pack/test/load/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
env: {
ELASTIC_APM_ACTIVE: process.env.ELASTIC_APM_ACTIVE,
ELASTIC_APM_CENTRAL_CONFIG: false,
ELASTIC_APM_TRANSACTION_SAMPLE_RATE: '0.1',
ELASTIC_APM_TRANSACTION_SAMPLE_RATE: '1',
ELASTIC_APM_BREAKDOWN_METRICS: false,
ELASTIC_APM_CAPTURE_SPAN_STACK_TRACES: false,
ELASTIC_APM_METRICS_INTERVAL: '120s',
ELASTIC_APM_MAX_QUEUE_SIZE: 20480,
ELASTIC_SANITIZE_FIELD_NAMES:
'password,passwd,pwd,secret,*key,*token*,*session*,*credit*,*card*,*auth*,set-cookie,pw,pass,connect.sid',
ELASTIC_APM_ENVIRONMENT: process.env.CI ? 'ci' : 'development',
ELASTIC_APM_SERVER_URL: APM_SERVER_URL,
ELASTIC_APM_SECRET_TOKEN: APM_PUBLIC_TOKEN,
Expand Down

0 comments on commit c45358d

Please sign in to comment.