Skip to content

Commit 908aa18

Browse files
committed
comment
1 parent e833859 commit 908aa18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/gaiad/cmd/testnet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ func initTestnetFiles(
258258
serverCfg.Telemetry.GlobalLabels = [][]string{{"chain_id", args.chainID}}
259259
telConfig := telemetry.LocalOtelConfig
260260
if args.useDocker {
261+
// if useDocker, we need to use the docker networking. localhost is troublesome in the setup.
261262
telConfig.CollectorEndpoint = "host.docker.internal:4318"
262263
}
263264
gaiaCfg := gaia.AppConfig{

0 commit comments

Comments
 (0)