» Tag
opentelemetry
15 postsGuide to Instrumenting an LLM Agent with OpenTelemetry
Learn how to instrument your LLM agent with OpenTelemetry using GenAI standards and auto-instrumentation.
Exporting Next.js Traces with OpenTelemetry
Next.js automatically traces requests, but you need an exporter to see them. Learn how @vercel/otel sends traces to Sentry or any OTLP backend.
One-command OpenTelemetry Setup for Linux Hosts
OpenTelemetry can now be installed with a single command on Linux hosts, providing automatic instrumentation for Java, .NET, Node.js, and Python.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comI Built a Simple Tool to Observe My AI Agents' Activities
Otterscope, a tool I built for monitoring small LLM agents, offers an efficient and user-friendly solution for observing agent activities.
Preserving Resource Attributes During Span Flattening: A Trace Data Collision Story
A bug in OpenTelemetry led to resource attributes being overwritten. A fix was implemented to maintain data integrity.