Maksym Ochenashko
Maksym Ochenashko
@danicheg could you please take a look?
The otel4s is still in active development. While I expect the future releases of the `otel4s-core-metrics` modules to be binary compatible, there can be breaking changes towards 1.0. As an...
I made `log4cats-mtl` module. Should I set an upcoming release via `tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "2.7.0").toMap` to suppress MiMa errors in the module? Or should I bump the...
Is there any ETA? It would be nice to have Local as a part of cats-effect.
Perhaps the project can be more modular. For example, `http4s-metrics` can depend only on `otel4s-metrics` module, since it does not care about tracing. And another lib can depend on `otel4s-tracing`...
What do you think @rossabaker @zmccoy @armanbilge?
It would be nice to cover OpenTelemetry + Prometheus too. Because a lot of systems are using Prometheus to collect metrics of Kubernetes cluster, for example. For the simplest case,...
@keuhdall As you mentioned, the approach I sent above is suitable only for Grafana Cloud. I believe we shouldn't change your code. A lot of people are using on-premise Grafana...
It would be nice! By the way, in the current example, the counter is recreated on every request https://github.com/keuhdall/otel4s-grafana-example/blob/79223a24c5b121ff2ef39726f2ef69e2fac5e644/src/main/scala/ExampleService.scala#L43-L45. I assume it should be: ```scala def apply[F[_]: Async: Tracer: Meter:...
I keen to see Tempo example, but I'm not sure how popular is it.