Skip to content

Commit 26e7c79

Browse files
committed
fixed samplingConfig spelling mistake
1 parent 47329a2 commit 26e7c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

processor/coralogixprocessor/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ package coralogixprocessor // import "github.com/open-telemetry/opentelemetry-co
55

66
import "fmt"
77

8-
type sampingConfig struct {
8+
type samplingConfig struct {
99
enabled bool `mapstructure:"enabled"`
1010
maxCacheSizeMib int64 `mapstructure:"max_cache_size_mib"`
1111
}
1212

1313
type databaseBlueprintsConfig struct {
14-
sampling sampingConfig `mapstructure:"sampling"`
14+
sampling samplingConfig `mapstructure:"sampling"`
1515
}
1616

1717
type Config struct {

0 commit comments

Comments
 (0)