Skip to content

Commit 206ccd6

Browse files
committed
Fix paths for metrics0
Signed-off-by: Ruben Vargas <[email protected]>
1 parent 0394fdb commit 206ccd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,9 @@ func main() {
614614
}
615615

616616
metricsUpstreamClientOptions, err := tls.NewUpstreamOptions(
617-
cfg.logs.upstreamCertFile,
618-
cfg.logs.upstreamKeyFile,
619-
cfg.logs.upstreamCAFile,
617+
cfg.metrics.upstreamCertFile,
618+
cfg.metrics.upstreamKeyFile,
619+
cfg.metrics.upstreamCAFile,
620620
loadInterval,
621621
logger,
622622
context.Background(), g)

0 commit comments

Comments
 (0)