Mike Luu
Mike Luu
https://github.com/compose-spec/compose-go
After seeing how elsy has been used for a couple of years now, I think we should simplify it. * remove templates. They are hidden and feel like magic. Also...
looks like commit 94027262f8afade4a08cc3bdb445ccd0cab1d398 introduced a bug. this raw metric works: ``` deploys.test.myservice:1|c#a:b ``` this does not: ``` deploys.test.myservice:1|c ``` stacktrace: ``` github.com/catkins/statsd-logger/metrics.colorFormatter.formatTags(0x0, 0x0, 0x0, 0x0) /go/src/github.com/catkins/statsd-logger/metrics/formatter.go:37 +0x3e9 github.com/catkins/statsd-logger/metrics.colorFormatter.Format(0xc000014040, 0x16,...