atlassian / gostatsd

An implementation of Etsy's statsd in Go with tags support
MIT License
383 stars 99 forks source link

Ensure HTTP Forwarder v2 settings are set #709

Closed MovieStoreGuy closed 3 months ago

MovieStoreGuy commented 3 months ago

Context

If you're only configuration gostatsd to be configured from in memory values, the existing code will override what is currently set in memory. This will create a default set of values and allow the existing viper configuration to apply its own overrides for existing values.

Changes