Let instana/go-sensor handle default agent host

This commit is contained in:
Sylvain Rabot 2019-10-16 22:30:05 +02:00 committed by Traefiker Bot
parent 554e3e9e6e
commit a829d44b51
3 changed files with 2 additions and 3 deletions

View file

@ -20,7 +20,6 @@ type Config struct {
// SetDefaults sets the default values.
func (c *Config) SetDefaults() {
c.LocalAgentHost = "localhost"
c.LocalAgentPort = 42699
c.LogLevel = "info"
}