Skip to content

Commit

Permalink
deploy: 4991e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Jan 26, 2025
1 parent 7a0a6d1 commit 88863c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ecosystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ <h1 id="ecosystem" class="title">Ecosystem</h1>
<td><a href="https://github.com/http4s/http4s-otel4s-middleware">http4s-otel4s-middleware</a></td>
<td><a href="https://github.com/http4s/http4s">Http4s</a> middleware for seamless integration of tracing and metrics.</td>
</tr>
<tr>
<td><a href="https://github.com/arturaz/otel4s-doobie">otel4s-doobie</a></td>
<td><a href="https://github.com/tpolecat/doobie">Doobie</a> integration with Otel4s providing traces of database queries.</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 2 additions & 2 deletions sdk/aws-xray.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
<h1 id="aws-x-ray-id-generator" class="title">AWS | X-Ray ID Generator</h1>
<p>The AWS X-Ray ID generator generates trace IDs that are compatible with AWS X-Ray tracing <a href="https://docs.aws.amazon.com/xray/latest/devguide/xray-api-sendingdata.html#xray-api-traceids">spec</a>.
An example of the AWS X-Ray trace and span IDs:</p>
<pre class="keep-together pdf epub"><code class="nohighlight"><span class="attribute-name">trace_id</span><span>: </span><span class="string-literal">67910bc300e440fbaa92f0be26a84e04</span><span>
</span><span class="attribute-name">span_id</span><span>: </span><span class="string-literal">b4a5d65c2f41f25c</span></code></pre>
<pre class="keep-together pdf epub"><code class="nohighlight"><span class="attribute-name">trace_id</span><span>: </span><span class="string-literal">6796069b9865b428383e1233a88a152b</span><span>
</span><span class="attribute-name">span_id</span><span>: </span><span class="string-literal">d82f8b00b218c8c1</span></code></pre>

<h2 id="getting-started" class="section"><a class="anchor-link left" href="#getting-started"><i class="icofont-laika link">&#xef71;</i></a>Getting Started</h2>
<div class="tab-container" data-tab-group="build-tool">
Expand Down
2 changes: 1 addition & 1 deletion sdk/prometheus-exporter.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h1 id="prometheus-exporter" class="title">Prometheus Exporter</h1>
</span><span>counter_total{otel_scope_name=&quot;meter&quot;} 1
</span><span class="comment"># HELP target_info Target metadata
# TYPE target_info gauge
</span><span>target_info{host_arch=&quot;amd64&quot;,host_name=&quot;fv-az1789-837&quot;,os_description=&quot;Linux 6.5.0-1025-azure&quot;,os_type=&quot;linux&quot;,process_command_line=&quot;/usr/lib/jvm/temurin-11-jdk-amd64/bin/java -Dcats.effect.trackFiberContext=true mdoc.SbtMain&quot;,process_executable_path=&quot;/usr/lib/jvm/temurin-11-jdk-amd64/bin/java&quot;,process_pid=&quot;7784&quot;,process_runtime_description=&quot;Eclipse Adoptium OpenJDK 64-Bit Server VM 11.0.25+9&quot;,process_runtime_name=&quot;OpenJDK Runtime Environment&quot;,process_runtime_version=&quot;11.0.25+9&quot;,service_name=&quot;unknown_service:scala&quot;,telemetry_sdk_language=&quot;scala&quot;,telemetry_sdk_name=&quot;otel4s&quot;,telemetry_sdk_version=&quot;0.12-e31b2e9-SNAPSHOT&quot;} 1</span></code></pre>
</span><span>target_info{host_arch=&quot;amd64&quot;,host_name=&quot;fv-az1756-123&quot;,os_description=&quot;Linux 6.5.0-1025-azure&quot;,os_type=&quot;linux&quot;,process_command_line=&quot;/usr/lib/jvm/temurin-11-jdk-amd64/bin/java -Dcats.effect.trackFiberContext=true mdoc.SbtMain&quot;,process_executable_path=&quot;/usr/lib/jvm/temurin-11-jdk-amd64/bin/java&quot;,process_pid=&quot;7962&quot;,process_runtime_description=&quot;Eclipse Adoptium OpenJDK 64-Bit Server VM 11.0.25+9&quot;,process_runtime_name=&quot;OpenJDK Runtime Environment&quot;,process_runtime_version=&quot;11.0.25+9&quot;,service_name=&quot;unknown_service:scala&quot;,telemetry_sdk_language=&quot;scala&quot;,telemetry_sdk_name=&quot;otel4s&quot;,telemetry_sdk_version=&quot;0.12-4991e2e-SNAPSHOT&quot;} 1</span></code></pre>

<h2 id="getting-started" class="section"><a class="anchor-link left" href="#getting-started"><i class="icofont-laika link">&#xef71;</i></a>Getting Started</h2>
<div class="tab-container" data-tab-group="build-tool">
Expand Down

0 comments on commit 88863c7

Please sign in to comment.