You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My expectation when looking at zio.metrics.statsd was to find only the accessM proxy methods to whatever underlying layer is eventually supplied, the Has[???] type, and the layer constructors (clients, objects, etc).
I expect that moving everything around to what I think would be common idioms, set out by things like zio-logging and zio's built-in layers, should be coordinated with a ABI-breaking release, but I'm raising this issue just to start the discussion.
The text was updated successfully, but these errors were encountered:
Thanks for your input and sorry for the late reply. There is a lot of work related to statsd reporting on zio-zmx, in particular this PR: zio/zio-zmx#155
I suggest you can have a look and possibly add to the discussion there, then we can decide whether to bring the changes to zio-metrics or if zio-zmx cover your needs better.
My expectation when looking at
zio.metrics.statsd
was to find only theaccessM
proxy methods to whatever underlying layer is eventually supplied, theHas[???]
type, and the layer constructors (clients,object
s, etc).I expect that moving everything around to what I think would be common idioms, set out by things like zio-logging and zio's built-in layers, should be coordinated with a ABI-breaking release, but I'm raising this issue just to start the discussion.
The text was updated successfully, but these errors were encountered: