Skip to content

Commit

Permalink
Update cmd/relayproxy/config/exporter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspoignant authored Apr 23, 2023
1 parent 6842eef commit 53889dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/relayproxy/config/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ExporterConf struct {
LogFormat string `mapstructure:"logFormat" koanf:"logformat"`
FlushInterval int64 `mapstructure:"flushInterval" koanf:"flushinterval"`
MaxEventInMemory int64 `mapstructure:"maxEventInMemory" koanf:"maxeventinmemory"`
ParquetCompressionCodec string `mapstructure:"parquetcompressioncodec" koanf:"parquetCompressionCodec"`
ParquetCompressionCodec string `mapstructure:"parquetCompressionCodec" koanf:"parquetcompressioncodec"`
}

func (c *ExporterConf) IsValid() error {
Expand Down

0 comments on commit 53889dd

Please sign in to comment.