generated from micronaut-projects/micronaut-project-template
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add links to guides for Micronaut Tracing (#462)
- Loading branch information
Showing
6 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
To enable creating span objects on the every GRPC server request, client request, server response and client response. You have to add next depedency: | ||
To enable creating span objects on the every GRPC server request, client request, server response and client response, add the following dependency: | ||
dependency:micronaut-tracing-opentelemetry-grpc[scope="implementation", groupId="io.micronaut.tracing"] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
See the following guides to learn more about distributed tracing with OpenTelemetry in the Micronaut Framework: | ||
|
||
- https://guides.micronaut.io/latest/micronaut-cloud-trace-google.html[OpenTelemetry Tracing with Google Cloud Trace and the Micronaut Framework] | ||
- https://guides.micronaut.io/latest/micronaut-cloud-trace-oci.html[OpenTelemetry Tracing with Oracle Cloud and the Micronaut Framework] | ||
- https://guides.micronaut.io/latest/micronaut-microservices-distributed-tracing-jaeger-opentelemetry.html[Use OpenTelemetry with Jaeger and the Micronaut Framework for Microservice Distributed Tracing] | ||
- https://guides.micronaut.io/latest/micronaut-microservices-distributed-tracing-xray.html[Microservices Distributed Tracing with OpenTelemetry Through X-Ray and the Micronaut Framework] | ||
- https://guides.micronaut.io/latest/micronaut-microservices-distributed-tracing-zipkin-opentelemetry.html[Use OpenTelemetry with Zipkin and the Micronaut Framework for Microservice Distributed Tracing] | ||
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
See the following list of guides to learn more about working with Distributed Tracing in the Micronaut Framework: | ||
|
||
https://guides.micronaut.io/latest/tag-distributed_tracing.html |
This file contains 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