Skip to content

Commit

Permalink
Fix add-sampler-values.yaml example (signalfx#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored May 7, 2021
1 parent db46bd0 commit 848337c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Final OTel config will be created by merging the custom config provided in
```yaml
otelAgent:
config:
processor:
processors:
probabilistic_sampler:
hash_seed: 22
sampling_percentage: 15.3
Expand Down
2 changes: 1 addition & 1 deletion examples/add-sampler-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ splunkAccessToken: my-access-token

otelAgent:
config:
processor:
processors:
probabilistic_sampler:
hash_seed: 22
sampling_percentage: 15.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ splunkAccessToken: fake-token

otelAgent:
config:
processor:
processors:
probabilistic_sampler:
hash_seed: 22
sampling_percentage: 15.3
Expand Down

0 comments on commit 848337c

Please sign in to comment.