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
@NthPortal what do you think? Do you have similar use cases at work?
I guess we can make extension syntax available via imports:
importorg.typelevel.otel4s.metrics.syntax._// metrics only syntaximportorg.typelevel.otel4s.trace.syntax._// trace only syntaximportorg.typelevel.otel4s.syntax._// metrics and trace syntax
originally I was going to say that I don't object particularly, but I realised that it would require another set of macros (or lose the optimisation), so I'm not sure if it's a great idea
trace4cats has this nice extension syntax that allows to introduce tracing into a code base without adding much clutter:
I would love for something like this to be in otel4s but it would add another way to do things.
The text was updated successfully, but these errors were encountered: