mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ci] Update APM transaction sample rate back to 0.1 (#178419)
https://github.com/elastic/kibana/pull/177727 updated the endpoint used to collect APM metrics from CI to a project based deployment. As part of the change we scaled back the sampling rate to monitor stability. This reverts the sampling rate change.
This commit is contained in:
parent
02009d7f48
commit
85e6af3622
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export FORCE_COLOR=1
|
|||
export TEST_BROWSER_HEADLESS=1
|
||||
|
||||
export ELASTIC_APM_ENVIRONMENT=ci
|
||||
export ELASTIC_APM_TRANSACTION_SAMPLE_RATE=0.01
|
||||
export ELASTIC_APM_TRANSACTION_SAMPLE_RATE=0.1
|
||||
|
||||
if is_pr; then
|
||||
if is_pr_with_label "ci:collect-apm"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue