envoyproxy / ratelimit

Go/gRPC service designed to enable generic rate limit scenarios from different types of applications.
Apache License 2.0
2.21k stars 430 forks source link

Release 78ed1dc7 removes the ability to output statistics to stdout #550

Closed zakhenry closed 3 months ago

zakhenry commented 3 months ago

520 changes the behaviour to manually construct the runner with gostats, but this inadvertently breaks the previous default behavior defined by gostats of defaulting to use LoggingSink in lieu of StatsDSink.