You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `io.micrometer:micrometer-tracing-bridge-otel` - bridges the Micrometer Observation API to OpenTelemetry.
37
-
* `io.opentelemetry:opentelemetry-exporter-zipkin` - reports {url-micrometer-tracing-docs}/glossary[traces] to Zipkin.
38
-
39
-
Add the following application properties:
35
+
Then add the following application properties:
40
36
41
37
[configprops,yaml]
42
38
----
@@ -62,7 +58,7 @@ If you open a web browser to `http://localhost:8080`, you should see the followi
62
58
Hello World!
63
59
----
64
60
65
-
Behind the scenes, an observation has been created for the HTTP request, which in turn gets bridged to OpenTelemetry, which reports a new trace to Zipkin.
61
+
Behind the scenes, an observation has been created for the HTTP request, which in turn gets bridged to Brave, which reports a new trace to Zipkin.
66
62
67
63
Now open the Zipkin UI at `http://localhost:9411` and press the "Run Query" button to list all collected traces.
68
64
You should see one trace.
@@ -111,30 +107,15 @@ WARNING: If you create the javadoc:org.springframework.web.client.RestTemplate[]
111
107
== Tracer Implementations
112
108
113
109
As Micrometer Tracer supports multiple tracer implementations, there are multiple dependency combinations possible with Spring Boot.
114
-
115
-
All tracer implementations need the `org.springframework.boot:spring-boot-starter-actuator` dependency.
0 commit comments