Michael Nedokushev
Michael Nedokushev
Example: https://github.com/zio/zio-logging/blob/master/project/MimaSettings.scala
The question was asked in the Discord channel (https://discord.com/channels/629491597070827530/639825316021272602/1082410092852416642): > Hey all! I wanted to ask about the status of ZIO 2.x w/ zio-telemetry & feeding tracing info into Datadog....
Related: - https://github.com/zio/zio-telemetry/issues/739 - https://github.com/zio/zio-telemetry/issues/722 - https://github.com/zio/zio-telemetry/issues/728
Reported in Discord channel: https://discord.com/channels/629491597070827530/639825316021272602/1120329881318862848 > I am currently trying to integrate zio-http with zio-opentelemetry. While we use relatively old versions of both, I am unable to e.g. create a...
The issue was reported in the Discord channel (https://discord.com/channels/629491597070827530/639825316021272602/1133362501208252476): > Hi! I've now managed to get zio-telemetry root spans and attributes working as zio-http middleware. However, it seems that the...
Relates to #714
Add these two plugins with corresponding check commands integrated into CI workflow.
Initially, work was done in the PR: https://github.com/zio/zio-telemetry/pull/580. Now it is time to make a backport for zio1.
This PR adds LocalStack container V1 for ZIO 2.0 only. ~I also opened another PR in `testcontainers-scala` to allow `dockerImageName` overrides, and not only `tag`: https://github.com/testcontainers/testcontainers-scala/pull/246. I think it would...