5201 zio interceptor#5203
Open
cheleb wants to merge 7 commits into
Open
Conversation
3d37fca to
9b9a8a3
Compare
9b9a8a3 to
0252534
Compare
e16c0cb to
353fea1
Compare
adamw
reviewed
May 12, 2026
| //> using dep com.softwaremill.sttp.tapir::tapir-zio-http-server:1.13.18 | ||
| //> using dep com.softwaremill.sttp.tapir::tapir-swagger-ui-bundle:1.13.18 | ||
| //> using dep com.softwaremill.sttp.tapir::tapir-zio:1.13.18 | ||
| //> using dep com.softwaremill.sttp.tapir::tapir-zio-tracing:1.13.18 |
Member
There was a problem hiding this comment.
Ah, zio-tracing is not yet published, so this will fail in the build. You'll need to comment out the entire file for now, we'll bring it back after a release of an initial version
Member
|
Some notes from Claude's review: Regarding the "observability" / tracing module naming - there is already a |
dd14e35 to
d9432cf
Compare
2cf46b8 to
49378ee
Compare
…and clarify comments for OpenTelemetry Runtime Metrics service.
Add a new section to the observability documentation explaining the integration with the `otel4z` module. This includes: - Dependency information for `tapir-otel4z`. - Overview of the `otel4z` module and its relationship with `zio-opentelemetry`. - Description of available layers: `otel4zLogging`, `otel4zMetrics`, and `otel4zTracing`. - Guidance on using the `ZIOpenTelemetry` trait for application bootstrapping. - Link to the full usage example.
Replace `getFirst()` with `get(0)` when retrieving finished spans to prevent runtime errors on Java 11 environments where `getFirst()` is unavailable.
Author
|
V2, I've moved the modules in a top level observability folder and uses |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.