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>
167
167
<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>*.scala</code> file:</p>
174
174
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="comment">//> using dep "org.typelevel::otel4s-oteljava:0.14.0" // <1>
175
-
//> using dep "io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry-java8:2.22.0-alpha" // <2></span></code></pre>
175
+
//> using dep "io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry-java8:2.23.0-alpha" // <2></span></code></pre>
<p>Add settings to the <code>build.sbt</code>:</p>
232
232
<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>*.scala</code> file:</p>
239
239
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="comment">//> using dep "org.typelevel::otel4s-oteljava:0.14.0" // <1>
240
-
//> using dep "io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry-java17:2.22.0-alpha" // <2></span></code></pre>
240
+
//> using dep "io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry-java17:2.23.0-alpha" // <2></span></code></pre>
Copy file name to clipboardExpand all lines: sdk/aws-xray.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -152,8 +152,8 @@
152
152
<h1id="aws-x-ray-id-generator" class="title">AWS | X-Ray ID Generator</h1>
153
153
<p>The AWS X-Ray ID generator generates trace IDs that are compatible with AWS X-Ray tracing <ahref="https://docs.aws.amazon.com/xray/latest/devguide/xray-api-sendingdata.html#xray-api-traceids">spec</a>.
154
154
An example of the AWS X-Ray trace and span IDs:</p>
155
-
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="attribute-name">trace_id</span><span>: </span><spanclass="string-literal">693c328c5fa166fd5a689ae1e5e654a6</span><span>
<preclass="keep-together pdf epub"><codeclass="nohighlight"><spanclass="attribute-name">trace_id</span><span>: </span><spanclass="string-literal">693d164402b464de70a184ea2a89d94b</span><span>
0 commit comments