Skip to content

Commit f3909a7

Browse files
committed
add test for all clients
1 parent f4234fd commit f3909a7

File tree

2 files changed

+612
-604
lines changed

2 files changed

+612
-604
lines changed

processor/transformer/transformer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ func NewTransformer(conf *config.Config, log logger.Logger, stat stats.Stats, op
219219

220220
trans.guardConcurrency = make(chan struct{}, trans.config.maxConcurrency)
221221

222-
clientType := config.GetString("Transformer.Client.type", "stdlib")
222+
clientType := conf.GetString("Transformer.Client.type", "stdlib")
223223

224224
switch clientType {
225225
case "stdlib":

0 commit comments

Comments
 (0)