Skip to content

Commit

Permalink
Fix typo in TBS sample rate in standalone_apm_server (#15383)
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.
  • Loading branch information
carsonip authored Jan 27, 2025
1 parent ffba995 commit 67ec6fd
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 67ec6fd

Please sign in to comment.