Fix docs and code to match in haystack tracing.
This commit is contained in:
parent
54df7b0a3c
commit
f4d62d3342
2 changed files with 33 additions and 33 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue