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
Update Java OTEL library version in examples and docs (#3174)
* Use the latest version of the java otel extension in Docker instrumentation example
* Bump java otel library version in span profiles doc
* Make doc valid
Next, you need to create and configure the tracer provider:
50
50
```java
51
-
implementation("io.pyroscope:otel:0.10.1.1")
51
+
implementation("io.pyroscope:otel:0.10.1.11")
52
52
53
53
// obtain SdkTracerProviderBuilder
54
54
SdkTracerProviderBuilder tpBuilder =...
@@ -96,4 +96,4 @@ The profile type or app must be selected for the query to be valid. Grafana does
96
96
97
97
## Examples
98
98
99
-
Check out the [examples](https://github.com/grafana/pyroscope/tree/main/examples/tracing/tempo) directory for a complete demo application that shows tracing integration features.
99
+
Check out the [examples](https://github.com/grafana/pyroscope/tree/main/examples/tracing/tempo) directory for a complete demo application that shows tracing integration features.
0 commit comments