Skip to content

Commit

Permalink
Add links to guides for Micronaut Tracing (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted authored Dec 14, 2023
1 parent 2585fa9 commit e5f73d3
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/main/docs/guide/jaeger.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,10 @@ tracing:
- /health
- /env/.*
----

== Jaeger Guides

See the following guides to learn more about distributed tracing with Jaeger in the Micronaut Framework:

- https://guides.micronaut.io/latest/micronaut-microservices-distributed-tracing-jaeger.html[Use OpenTracing with Jaeger and the Micronaut Framework for Microservice Distributed Tracing]
- https://guides.micronaut.io/latest/micronaut-microservices-distributed-tracing-jaeger-opentelemetry.html[Use OpenTelemetry with Jaeger and the Micronaut Framework for Microservice Distributed Tracing]
2 changes: 1 addition & 1 deletion src/main/docs/guide/opentelemetry/grpc.adoc
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"]
9 changes: 9 additions & 0 deletions src/main/docs/guide/opentelemetry/opentelemetryGuides.adoc
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]
2 changes: 2 additions & 0 deletions src/main/docs/guide/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ opentelemetry:
kafka: Kafka
awsSdkInstrumentation: AWS SDK Instrumentation
awsResourceDetectors: AWS Resource Detectors
opentelemetryGuides: OpenTelemetry Guides
tracingGuides: Micronaut Tracing Guides
repository: Repository
3 changes: 3 additions & 0 deletions src/main/docs/guide/tracingGuides.adoc
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
7 changes: 7 additions & 0 deletions src/main/docs/guide/zipkin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,10 @@ tracing:
- /health
- /env/.*
----

== Zipkin Guides

See the following guides to learn more about distributed tracing with Zipkin in the Micronaut Framework:

- https://guides.micronaut.io/latest/micronaut-microservices-distributed-tracing-zipkin.html[Use OpenTracing with Zipkin and the Micronaut Framework for Microservice Distributed Tracing]
- https://guides.micronaut.io/latest/micronaut-microservices-distributed-tracing-zipkin-opentelemetry.html[Use OpenTelemetry with Zipkin and the Micronaut Framework for Microservice Distributed Tracing]

0 comments on commit e5f73d3

Please sign in to comment.