Skip to content

Commit

Permalink
add max_cache_size to converter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Dec 27, 2023
1 parent 5453744 commit f75dfd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions converter/internal/prometheusconvert/component/relabel.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func toRelabelArguments(relabelConfigs []*prom_relabel.Config, forwardTo []stora
return &relabel.Arguments{
ForwardTo: forwardTo,
MetricRelabelConfigs: ToFlowRelabelConfigs(relabelConfigs),
CacheSize: 100_000,
}
}

Expand Down

0 comments on commit f75dfd9

Please sign in to comment.