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
<p>Add settings to the <code>build.sbt</code>:</p>
162
162
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="identifier">libraryDependencies</span><span> ++= </span><spanclass="type-name">Seq</span><span>(
<p>Add directives to the <code>histogram-buckets.scala</code>:</p>
172
-
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="comment">//> using lib "org.typelevel::otel4s-oteljava:0.8.0" // <1>
172
+
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="comment">//> using lib "org.typelevel::otel4s-oteljava:0.8.1" // <1>
173
173
//> using lib "io.opentelemetry:opentelemetry-exporter-otlp:1.40.0" // <2>
174
174
//> using lib "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.40.0" // <3>
175
175
//> using `java-opt` "-Dotel.service.name=histogram-buckets-example" // <4></span></code></pre>
<p>Add settings to the <code>build.sbt</code>:</p>
160
160
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="identifier">libraryDependencies</span><span> ++= </span><spanclass="type-name">Seq</span><span>(
<p>Add settings to the <code>build.sbt</code>:</p>
164
164
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="identifier">libraryDependencies</span><span> ++= </span><spanclass="type-name">Seq</span><span>(
<p>Add directives to the <code>tracing.scala</code>:</p>
176
-
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="comment">//> using lib "org.typelevel::otel4s-oteljava:0.8.0" // <1>
176
+
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="comment">//> using lib "org.typelevel::otel4s-oteljava:0.8.1" // <1>
177
177
//> using lib "io.opentelemetry:opentelemetry-exporter-otlp:1.40.0" // <2>
178
178
//> using lib "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.40.0" // <3>
179
179
//> using `java-opt` "-Dotel.java.global-autoconfigure.enabled=true" // <4>
0 commit comments