Maksym Ochenashko
Maksym Ochenashko
Good point. I moved classes to the `cats.effect.unsafe.metrics` package.
Closing this one in favor of https://github.com/typelevel/cats-effect/pull/3317.
@rossabaker would you like to take a look?
> > The only missing piece is server.address/port info. > > @iRevive wdym? they're in the URI's authority, and the URI is in the `RequestPrelude` Hm. I guess I didn't...
Which backend do you plan to use? - `otel4s-oteljava` (backed by https://github.com/open-telemetry/opentelemetry-java) - `otel4s-sdk` (our own implementation of OpenTelemetry)? If you plan to use `otel4s-oteljava`, you can use https://github.com/grafana/otel-profiling-java almost...
> Should we use a MapRef instead of a Ref[Map]? Could that help reduce contention? I have observed lower memory footprint while using `MapRef` instead of `Ref[F, Map[K, V]]` in...
> > I have observed lower memory footprint while using `MapRef` instead of `Ref[F, Map[K, V]]` in some cases. > > @iRevive One of the implementations of `MapRef` is literally...
> The goal of this issue is to report the metrics along with the required attributes (copy-paste from https://github.com/softwaremill/tapir/issues/4057). You can use OpenTelemetry [semantic conventions](https://github.com/open-telemetry/semantic-conventions) to generate specs and use...
What do you think @NthPortal?
> [iRevive#1](https://github.com/iRevive/slick/pull/1) > > @nafg @iRevive Sorry for the inconvenience. I have fixed it so that the test fails in the original implementation in the buggy case, so you can...