Fix docs and code to match in haystack tracing.

This commit is contained in:
Evan Lurvey 2020-02-26 04:10:06 -06:00 committed by GitHub
parent 54df7b0a3c
commit f4d62d3342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 33 deletions

View file

@ -26,7 +26,7 @@ type Config struct {
// SetDefaults sets the default values.
func (c *Config) SetDefaults() {
c.LocalAgentHost = "LocalAgentHost"
c.LocalAgentHost = "127.0.0.1"
c.LocalAgentPort = 35000
}