We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e833859 commit 908aa18Copy full SHA for 908aa18
cmd/gaiad/cmd/testnet.go
@@ -258,6 +258,7 @@ func initTestnetFiles(
258
serverCfg.Telemetry.GlobalLabels = [][]string{{"chain_id", args.chainID}}
259
telConfig := telemetry.LocalOtelConfig
260
if args.useDocker {
261
+ // if useDocker, we need to use the docker networking. localhost is troublesome in the setup.
262
telConfig.CollectorEndpoint = "host.docker.internal:4318"
263
}
264
gaiaCfg := gaia.AppConfig{
0 commit comments