Skip to content

Commit

Permalink
Fix typo in TBS sample rate in standalone_apm_server (#15383) (#15386)
Browse files Browse the repository at this point in the history
This is the root cause of 0 sampled traces in benchmarks, a bug introduced in #15337.

(cherry picked from commit 67ec6fd)

Co-authored-by: Carson Ip <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and carsonip authored Jan 27, 2025
1 parent fbe270c commit 31d9cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apm-server:
enabled: ${apm_server_tail_sampling}
storage_limit: ${apm_server_tail_sampling_storage_limit}
policies:
- sampling_rate: 0.1
- sample_rate: 0.1
output:
elasticsearch:
hosts: [ ${elasticsearch_url} ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:
enabled: ${apm_server_tail_sampling}
storage_limit: ${apm_server_tail_sampling_storage_limit}
policies:
- sampling_rate: 0.1
- sample_rate: 0.1
logging.level: debug
logging.to_files: true
logging.files:
Expand Down

0 comments on commit 31d9cc9

Please sign in to comment.