atlassian / gostatsd

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

Improving Lambda Extension API #681

Closed MovieStoreGuy closed 3 months ago

MovieStoreGuy commented 3 months ago

Context

This removes inverse dep injection on start to make it more a concrete API that aligns with the existing server interface.

This will help when creating a "runtime" that can be included into a different project.

Changes

MovieStoreGuy commented 3 months ago

Skipping changelog due to changes being internal and non user facing.