Skip to content

Commit

Permalink
add test for all clients
Browse files Browse the repository at this point in the history
  • Loading branch information
lvrach committed Jan 3, 2025
1 parent f4234fd commit 61ec336
Show file tree
Hide file tree
Showing 2 changed files with 612 additions and 604 deletions.
2 changes: 1 addition & 1 deletion processor/transformer/transformer.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func NewTransformer(conf *config.Config, log logger.Logger, stat stats.Stats, op

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

clientType := config.GetString("Transformer.Client.type", "stdlib")
clientType := conf.GetString("Transformer.Client.type", "stdlib")

switch clientType {
case "stdlib":
Expand Down
Loading

0 comments on commit 61ec336

Please sign in to comment.