atlassian / gostatsd

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

Feature: Expose Lambda Extension package #682

Closed MovieStoreGuy closed 3 months ago

MovieStoreGuy commented 3 months ago

Context

In order to allow the lambda extension work to be included in other external projects, it isn't completely clean (but gives a minimal required code changes).

Changes

I wanted to get some feedback before I commit to finishing it, the checked parts are done, the unchecked are what I'd like to do if we are okay with the direction.

MovieStoreGuy commented 3 months ago

I'll add the replace in cmd/lambda-extension in a future PR