Skip to content

Commit

Permalink
Update component/otelcol/processor/probabilistic_sampler/probabilisti…
Browse files Browse the repository at this point in the history
…c_sampler.go

Co-authored-by: Paulin Todev <[email protected]>
  • Loading branch information
mar4uk and ptodev authored Sep 14, 2023
1 parent 1f2f274 commit a24ab90
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ type Arguments struct {

var (
_ processor.Arguments = Arguments{}
_ river.Validator = (*Arguments)(nil)

Check failure on line 41 in component/otelcol/processor/probabilistic_sampler/probabilistic_sampler.go

View workflow job for this annotation

GitHub Actions / Test (macos-latest)

undefined: river
_ river.Defaulter = (*Arguments)(nil)

Check failure on line 42 in component/otelcol/processor/probabilistic_sampler/probabilistic_sampler.go

View workflow job for this annotation

GitHub Actions / Test (macos-latest)

undefined: river
)

// DefaultArguments holds default settings for Arguments.
Expand Down

0 comments on commit a24ab90

Please sign in to comment.