# tracing

Tracing is an observability technique for representing the path of a request through an application as correlated spans.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Atlassian Automates Root Cause Analysis by Correlating Metrics, Logs and Traces

DevFeed: [Atlassian Automates Root Cause Analysis by Correlating Metrics, Logs and Traces](<https://devfeed.tech/articles/atlassian-automates-root-cause-analysis-by-correlating-metrics-logs-and-traces-26599.md>)

Original publisher: [Read original article](<https://www.infoq.com/news/2026/09/atlassian-automated-rca/>)

Author: Craig Risi

Published: 2026-09-15T12:00:00Z

Content type: news

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [atlassian](<https://devfeed.tech/topics/atlassian.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Cloud Native Ecosystem](<https://devfeed.tech/topics/cloud-native-ecosystem.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>)

Tags: [atlassian](<https://devfeed.tech/tags/atlassian.md>), [atlassian-automated-rca](<https://devfeed.tech/tags/atlassian-automated-rca.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [defects](<https://devfeed.tech/tags/defects.md>), [devops](<https://devfeed.tech/tags/devops.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [logging](<https://devfeed.tech/tags/logging.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [news](<https://devfeed.tech/tags/news.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [root-cause-analysis](<https://devfeed.tech/tags/root-cause-analysis.md>), [services](<https://devfeed.tech/tags/services.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [traces](<https://devfeed.tech/tags/traces.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

Atlassian has outlined an approach to automating root cause analysis for large-scale cloud-native incidents. It correlates metrics, logs, distributed traces, and service topology to detect anomalies, align them in time, trace dependencies, and produce ranked hypotheses about likely fault origins and propagation paths.

### Source excerpt

Atlassian has outlined a new approach to automating root cause analysis for large-scale cloud-native incidents, using correlation across metrics, logs, distributed traces, and service topology to generate ranked hypotheses about where failures originate and how they propagate. By Craig Risi

## It passed CI. It passed your evals. The customer still got the wrong answer.

DevFeed: [It passed CI. It passed your evals. The customer still got the wrong answer.](<https://devfeed.tech/articles/it-passed-ci-it-passed-your-evals-the-customer-still-got-the-wrong-answer-10828.md>)

Original publisher: [Read original article](<https://thenewstack.io/ai-agent-trace-debugging/>)

Author: Sean O'Dell

Published: 2026-09-13T14:00:00Z

Content type: article

Language: en

Sources: [The New Stack](<https://devfeed.tech/sources/the-new-stack.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [agent observability](<https://devfeed.tech/topics/agent-observability.md>), [observability](<https://devfeed.tech/topics/observability.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [dynatrace](<https://devfeed.tech/topics/dynatrace.md>), [ci](<https://devfeed.tech/topics/ci.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-engineering](<https://devfeed.tech/tags/ai-engineering.md>), [ci](<https://devfeed.tech/tags/ci.md>), [coding](<https://devfeed.tech/tags/coding.md>), [dynatrace](<https://devfeed.tech/tags/dynatrace.md>), [observability](<https://devfeed.tech/tags/observability.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [sponsor-dynatrace](<https://devfeed.tech/tags/sponsor-dynatrace.md>), [sponsored](<https://devfeed.tech/tags/sponsored.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

The article explains how AI-agent failures can pass CI and evaluations while still producing slow or incorrect customer-facing results. It presents distributed traces and agent trajectories--model calls, tool calls, arguments, and results--as evidence for debugging retrieval behavior, release context, and feature-flag state.

### Source excerpt

A diff is not evidence. It's a statement of intent. The tests passed. The review's done. The change is live. The post It passed CI. It passed your evals. The customer still got the wrong answer. appeared first on The New Stack.

## Wrapture: a Python package for monkey patching, testing, and observability

DevFeed: [Wrapture: a Python package for monkey patching, testing, and observability](<https://devfeed.tech/articles/don-t-sleep-on-wrapture-31170.md>)

Original publisher: [Read original article](<https://simonwillison.net/2026/Sep/11/wrapture/>)

Author: Simon Willison

Published: 2026-09-11T13:51:32Z

Content type: opinion

Language: en

Sources: [Simon Willison's Weblog](<https://devfeed.tech/sources/simon-willison-s-weblog.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [Flask](<https://devfeed.tech/topics/flask.md>), [jupyterlab](<https://devfeed.tech/topics/jupyterlab.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [graham-dumpleton](<https://devfeed.tech/tags/graham-dumpleton.md>), [graham-dumpleton-6](<https://devfeed.tech/tags/graham-dumpleton-6.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [monkey-patching](<https://devfeed.tech/tags/monkey-patching.md>), [monkey-patching-10](<https://devfeed.tech/tags/monkey-patching-10.md>), [observability](<https://devfeed.tech/tags/observability.md>), [observability-10](<https://devfeed.tech/tags/observability-10.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [open-source-320](<https://devfeed.tech/tags/open-source-320.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [python](<https://devfeed.tech/tags/python.md>), [python-1-283](<https://devfeed.tech/tags/python-1-283.md>), [testing](<https://devfeed.tech/tags/testing.md>), [testing-95](<https://devfeed.tech/tags/testing-95.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

This article reviews wrapture, an alpha Python package by Graham Dumpleton for monkey patching, unit testing, call recording, live and zero-code tracing, timing analysis, and OpenTelemetry export. It highlights tutorials and JupyterLab workshops covering the package and related instrumentation.

### Source excerpt

Graham Dumpleton's new monkey patching package wrapture is shaping up to be an indispensable tool for Python developers. I'm not sure why I've seen so little buzz about it! Graham has been posting new tutorials for it almost daily since the initial release on August 31st. Here's everything he's published so far: Introducing wrapture - a new monkey patching library that serves both testing and observability (think New Relic style tracing) at the same time. Unit testing with wrapture - how to use it for the same kinds of thing as unittest.mock. Recording calls with wrapture - recording method calls as timelines and processing and displaying them as trees. Phased behaviour in wrapture - arranging patched methods to change behavior across multiple calls. Beyond callables in wrapture - monkey patching attributes, dictionaries, generators. Live tracing with wrapture - tracing a live application to see exactly how it works. Zero-code tracing with wrapture - configuring tracing in a separate TOML file without modifying Python code at all. Tracing Flask with wrapture - using the separate wrapture-instrumenation package to instrument a Flask application. That package also provides instrumentation for aiohttp.client, aiohttp.web, django, fastapi, flask, grpc, http.client, httpx, jinja2, requests, sqlalchemy, sqlite3, starlette, urllib.request, urllib3, uvicorn, werkzeug.serving, wsgiref.simple_server, xmlrpc.client, xmlrpc.server. Finding slow code with wrapture - wrapture's tools for recording timing information, both individually and aggregated across multiple calls. OpenTelemetry export in wrapture - exporting traces to OpenTelemetry. Graham also has a set of interactive workshops for wrapture, implemented as JupyterLab notebooks. Wrapture is still alpha software but it's already very usable - especially given you can configure and try it out with a TOML file without modifying any Python code at all. This feels like one of those Swiss Army Knife packages that, once mastered

## OpenTelemetry proposes environment variables for context propagation across processes

DevFeed: [OpenTelemetry proposes environment variables for context propagation across processes](<https://devfeed.tech/articles/help-us-stabilize-environment-variable-context-propagation-32571.md>)

Original publisher: [Read original article](<https://opentelemetry.io/blog/2026/environment-variable-context-propagation/>)

Author: OpenTelemetry Authors; Docs CC BY

Published: 2026-09-11T11:01:22Z

Content type: article

Language: en

Sources: [Blog on OpenTelemetry](<https://devfeed.tech/sources/blog-on-opentelemetry.md>)

Topics: [context](<https://devfeed.tech/topics/context.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [data-processing](<https://devfeed.tech/topics/data-processing.md>)

Tags: [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [processes](<https://devfeed.tech/tags/processes.md>), [spans](<https://devfeed.tech/tags/spans.md>), [tracing](<https://devfeed.tech/tags/tracing.md>), [w3c](<https://devfeed.tech/tags/w3c.md>)

### AI overview

The OpenTelemetry Specification has a release candidate for using environment variables to carry trace context and baggage between processes. The article explains how this can connect spans across workflow runners, shells, build tools, test processes, and similar workloads when protocol headers or message metadata are unavailable, and requests feedback before the specification becomes Stable.

### Source excerpt

A trace does not always cross a network boundary. A workflow runner starts a shell, the shell launches a build tool, and the build tool starts test processes. Batch and data-processing systems create similar chains of child processes. Without a shared way to pass trace information across these boundaries, spans from each process can end up in separate traces. If context propagation is new to you, it is the mechanism that carries information from one service or process to the next. For tracing, this includes the trace and span identifiers that let new spans join the same trace. It can also carry baggage: application-defined key-value pairs that are passed to downstream work.

## Debugging our AI search assistant with agent tracing

DevFeed: [Debugging our AI search assistant with agent tracing](<https://devfeed.tech/articles/debugging-our-ai-search-assistant-with-agent-tracing-24095.md>)

Original publisher: [Read original article](<https://blog.sentry.io/debugging-our-ai-search-assistant-with-agent-tracing/>)

Author: Dominik Buszowiecki; Shaun Kaasten

Published: 2026-09-11T09:00:00Z

Content type: article

Language: en

Sources: [Sentry Blog](<https://devfeed.tech/sources/sentry-blog.md>)

Topics: [AI search](<https://devfeed.tech/topics/ai-search.md>), [agent observability](<https://devfeed.tech/topics/agent-observability.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [errors](<https://devfeed.tech/tags/errors.md>), [eval](<https://devfeed.tech/tags/eval.md>), [llm](<https://devfeed.tech/tags/llm.md>), [search](<https://devfeed.tech/tags/search.md>), [sentry](<https://devfeed.tech/tags/sentry.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

Sentry engineers describe how they debugged the Search Query Assistant, which converts natural-language prompts into Sentry Syntax queries. They used evals for performance measurement and AI Conversation tracing to investigate failures, including a bug involving custom numerical attributes that caused queries to return no results.

### Source excerpt

See how Sentry engineers used AI Conversations to debug a natural language search assistant and fix a tricky query generation bug.

## How Heurist Finance built an AI-native investment workbench on Amazon Bedrock AgentCore

DevFeed: [How Heurist Finance built an AI-native investment workbench on Amazon Bedrock AgentCore](<https://devfeed.tech/articles/how-heurist-finance-built-an-ai-native-investment-workbench-on-amazon-bedrock-agentcore-4734.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/how-heurist-finance-built-an-ai-native-investment-workbench-on-amazon-bedrock-agentcore/>)

Author: JW Wang

Published: 2026-09-09T18:11:12Z

Content type: article

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [tracing](<https://devfeed.tech/topics/tracing.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [anthropic-claude](<https://devfeed.tech/tags/anthropic-claude.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [identity](<https://devfeed.tech/tags/identity.md>), [memory](<https://devfeed.tech/tags/memory.md>), [observability](<https://devfeed.tech/tags/observability.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

Heurist Finance uses Amazon Bedrock AgentCore to run a conversational investment workbench that accesses premium data per query and produces auditable, personalized research responses.

### Source excerpt

Learn how Heurist built Heurist Finance, a conversational AI investment workbench, on Amazon Bedrock AgentCore. This customer story shows how AgentCore payments, Identity, Memory, Code Interpreter, and Observability let a small team buy premium market data per query, isolate analysis in a sandbox, and keep every action auditable.

## Making Rust observability reliable at scale with OpenTelemetry

DevFeed: [Making Rust observability reliable at scale with OpenTelemetry](<https://devfeed.tech/articles/making-rust-observability-reliable-at-scale-with-opentelemetry-2273.md>)

Original publisher: [Read original article](<https://www.datadoghq.com/blog/engineering/rust-tracing-opentelemetry/>)

Author: Björn Antonsson; Paul Le Grand des Cloizeaux; Scott Gerring

Published: 2026-09-01T00:00:00Z

Content type: article

Language: en

Sources: [Datadog | The Monitor blog](<https://devfeed.tech/sources/datadog-the-monitor-blog.md>)

Topics: [tracing](<https://devfeed.tech/topics/tracing.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>)

Tags: [apm](<https://devfeed.tech/tags/apm.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [latency](<https://devfeed.tech/tags/latency.md>), [observability](<https://devfeed.tech/tags/observability.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [production](<https://devfeed.tech/tags/production.md>), [rust](<https://devfeed.tech/tags/rust.md>), [scale](<https://devfeed.tech/tags/scale.md>), [traces](<https://devfeed.tech/tags/traces.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

Datadog describes building an opinionated Rust tracer on OpenTelemetry to improve trace propagation, sampling consistency, and trace quality in production services.

### Source excerpt

Learn how Datadog improved Rust tracing by building an opinionated OpenTelemetry-based library to help ensure consistent sampling, propagation, and trace quality at scale.

## Closing the AI agent trust gap with graduated autonomy

DevFeed: [Closing the AI agent trust gap with graduated autonomy](<https://devfeed.tech/articles/closing-the-ai-agent-trust-gap-with-graduated-autonomy-4638.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/closing-the-ai-agent-trust-gap-with-graduated-autonomy/>)

Author: Dev Arora

Published: 2026-08-26T17:33:03Z

Content type: article

Language: en

Sources: [AWS Architecture Blog](<https://devfeed.tech/sources/aws-architecture-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [api](<https://devfeed.tech/tags/api.md>), [aws](<https://devfeed.tech/tags/aws.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [large-language-model](<https://devfeed.tech/tags/large-language-model.md>), [logs](<https://devfeed.tech/tags/logs.md>), [model](<https://devfeed.tech/tags/model.md>), [policy](<https://devfeed.tech/tags/policy.md>), [production](<https://devfeed.tech/tags/production.md>), [thought-leadership](<https://devfeed.tech/tags/thought-leadership.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

This article presents graduated autonomy as an architectural pattern for closing the trust gap in AI agents. Agents gain permissions through sustained reliability and lose them when performance degrades, using trust scoring, autonomy tiers, pre- and post-execution controls, policy enforcement, provenance, reversibility, and delivery gates. The design uses Amazon Bedrock AgentCore, Amazon DynamoDB, and AWS CodePipeline.

### Source excerpt

Most teams give AI agents either full access or read-only, leaving value unused or risk unmanaged. This post describes graduated autonomy, an architectural pattern in which agents earn expanded permissions through sustained reliability and lose them when performance degrades, built on Amazon Bedrock AgentCore, Amazon DynamoDB, and AWS CodePipeline.

## Monitor Azure Functions across every hosting plan with Datadog

DevFeed: [Monitor Azure Functions across every hosting plan with Datadog](<https://devfeed.tech/articles/monitor-azure-functions-across-every-hosting-plan-with-datadog-2293.md>)

Original publisher: [Read original article](<https://www.datadoghq.com/blog/monitor-azure-functions-hosting-plans/>)

Author: Duncan Harvey; Kathie Huang; Piyali Banerjee

Published: 2026-08-24T00:00:00Z

Content type: article

Language: en

Sources: [Datadog | The Monitor blog](<https://devfeed.tech/sources/datadog-the-monitor-blog.md>)

Topics: [Azure](<https://devfeed.tech/topics/azure.md>), [serverless monitoring](<https://devfeed.tech/topics/serverless-monitoring.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [Application Performance Management (APM)](<https://devfeed.tech/topics/apm.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Python](<https://devfeed.tech/topics/python.md>), [.NET](<https://devfeed.tech/topics/net.md>)

Tags: [apm](<https://devfeed.tech/tags/apm.md>), [azure](<https://devfeed.tech/tags/azure.md>), [azure-functions](<https://devfeed.tech/tags/azure-functions.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [digital-experience-monitoring](<https://devfeed.tech/tags/digital-experience-monitoring.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [net](<https://devfeed.tech/tags/net.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-monitoring](<https://devfeed.tech/tags/serverless-monitoring.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [traces](<https://devfeed.tech/tags/traces.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

Datadog Serverless Monitoring expands observability for Azure Functions across Linux and Windows hosting plans, with telemetry collection, distributed tracing, enhanced CPU metrics, and continuous profiling.

### Source excerpt

Trace requests, get enhanced CPU metrics, and profile code across Azure Functions hosting plans with Datadog Serverless Monitoring.

## Always-on tracing for production and preview traffic

DevFeed: [Always-on tracing for production and preview traffic](<https://devfeed.tech/articles/always-on-tracing-for-production-and-preview-traffic-807.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/always-on-tracing-for-production-and-preview-traffic>)

Author: wits

Published: 2026-08-21T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [tracing](<https://devfeed.tech/topics/tracing.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [debug](<https://devfeed.tech/tags/debug.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [logs](<https://devfeed.tech/tags/logs.md>), [traces](<https://devfeed.tech/tags/traces.md>), [tracing](<https://devfeed.tech/tags/tracing.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel introduces always-on tracing for production and preview traffic, allowing teams to debug real user requests through continuously collected, sampled traces. Sampling rules control collection by environment and path, with CLI management, automatic infrastructure and outbound fetch spans, optional framework and custom instrumentation through @vercel/otel, and trace viewing in Logs or via the CLI.

### Source excerpt

With always-on tracing, you can now debug your real user requests without reproducing them. Always-on tracing continuously collects traces from your production and preview traffic. Unlike session tracing, which only captures requests from your own browser, it samples your live traffic. You control what's collected with sampling rules. Each rule sets a trace rate for an environment (All, Production, or Preview), optionally scoped to a path prefix like /checkout. Nothing is collected until you add a rule, so you pay only for what you choose to trace. You can also manage sampling rules from the CLI. vercel traces config set adds a rule, or changes the rate of an existing one when you run it again with the same environment and path prefix: Infrastructure and outbound fetch spans are captured automatically. To add framework and custom spans, instrument your app with @vercel/otel. To view a trace, open the Logs or run vercel traces get <request-id>. Always-on tracing is is now in beta and available to teams on all plans. Tracing is priced at $0.50 per 1M span units. Traces follow your runtime log retention: 1 hour on Hobby, 1 day on Pro and 3 days on Enterprise. Get started by adding a rule in Settings -> Tracing or from the settings icon in Logs. Learn more in the documentation. Read more

## Control trace volume with OpenTelemetry tail-based sampling

DevFeed: [Control trace volume with OpenTelemetry tail-based sampling](<https://devfeed.tech/articles/control-trace-volume-with-opentelemetry-tail-based-sampling-2243.md>)

Original publisher: [Read original article](<https://www.datadoghq.com/blog/control-trace-volume-with-opentelemetry-tail-based-sampling/>)

Author: Bill Meyer; Eddie Cai

Published: 2026-08-21T00:00:00Z

Content type: tutorial

Language: en

Sources: [Datadog | The Monitor blog](<https://devfeed.tech/sources/datadog-the-monitor-blog.md>)

Topics: [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Application Performance Management (APM)](<https://devfeed.tech/topics/apm.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [apm](<https://devfeed.tech/tags/apm.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [latency](<https://devfeed.tech/tags/latency.md>), [learn](<https://devfeed.tech/tags/learn.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [observability](<https://devfeed.tech/tags/observability.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [rideshare](<https://devfeed.tech/tags/rideshare.md>), [synthetic](<https://devfeed.tech/tags/synthetic.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

A guide to using OpenTelemetry tail-based sampling to reduce exported trace volume while retaining errors, slow requests, and other diagnostically valuable traces. It explains the difference between head- and tail-based sampling, the role of Span Metrics, and the collector architecture required to evaluate complete traces.

### Source excerpt

Learn how to configure tail-based sampling in the OpenTelemetry Collector to drop noisy traces, keep the ones that matter, and control APM costs.

## Connect client traces to your logs

DevFeed: [Connect client traces to your logs](<https://devfeed.tech/articles/connect-client-traces-to-your-logs-346.md>)

Original publisher: [Read original article](<https://supabase.com/blog/connect-client-traces-to-your-logs>)

Author: Katerina Skroumpelou; Steven Eubank

Published: 2026-08-18T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [client](<https://devfeed.tech/topics/client.md>), [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [browser](<https://devfeed.tech/topics/browser.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [backend](<https://devfeed.tech/tags/backend.md>), [browser](<https://devfeed.tech/tags/browser.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [integration](<https://devfeed.tech/tags/integration.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [traces](<https://devfeed.tech/tags/traces.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

A walkthrough of connecting client-side traces to Supabase logs by propagating W3C Trace Context. It explains how to configure a tracer and client propagation so requests can be followed from the browser through Supabase's API Gateway and Edge Function logs, including with external log backends.

### Source excerpt

supabase-js now propagates W3C Trace Context to Supabase, so a client trace and the matching Supabase log share one trace_id.

## Observability best practices for Lambda durable functions

DevFeed: [Observability best practices for Lambda durable functions](<https://devfeed.tech/articles/observability-best-practices-for-lambda-durable-functions-4670.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/observability-best-practices-for-lambda-durable-functions-2/>)

Author: D Surya Sai

Published: 2026-08-14T12:49:49Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [stripe](<https://devfeed.tech/topics/stripe.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-api-gateway](<https://devfeed.tech/tags/amazon-api-gateway.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [logging](<https://devfeed.tech/tags/logging.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [payment](<https://devfeed.tech/tags/payment.md>), [payment-processing](<https://devfeed.tech/tags/payment-processing.md>), [payments](<https://devfeed.tech/tags/payments.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

This tutorial presents an observability pattern for AWS Lambda durable functions using a Stripe payment-processing workflow. It covers durable-function metrics, custom business metrics, alarms, structured logging, AWS X-Ray tracing, instrumentation across suspension boundaries, and end-to-end debugging of callback timeouts.

### Source excerpt

Learn observability best practices for AWS Lambda durable functions, including CloudWatch metrics, custom alarms, structured logging, and X-Ray tracing for debugging callback timeouts end-to-end.

## Automated agent triage with Agent Tracing and Claude Routines

DevFeed: [Automated agent triage with Agent Tracing and Claude Routines](<https://devfeed.tech/articles/automated-agent-triage-with-agent-tracing-and-claude-routines-24091.md>)

Original publisher: [Read original article](<https://blog.sentry.io/claude-routines-agent-triage/>)

Author: Trevor Elkins

Published: 2026-08-13T09:00:00Z

Content type: article

Language: en

Sources: [Sentry Blog](<https://devfeed.tech/sources/sentry-blog.md>)

Topics: [Claude](<https://devfeed.tech/topics/claude.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [agent observability](<https://devfeed.tech/topics/agent-observability.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [claude](<https://devfeed.tech/tags/claude.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [model-context-protocol-server](<https://devfeed.tech/tags/model-context-protocol-server.md>), [report](<https://devfeed.tech/tags/report.md>), [tool](<https://devfeed.tech/tags/tool.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

Sentry describes a Claude Routine that uses the Sentry MCP to query Agent Tracing data from roughly 800 overnight AI agent conversations. It aggregates error statistics, samples traces and conversations, reviews the Seer codebase, and files new Linear tickets for findings that are not already tracked.

### Source excerpt

How Sentry uses a Claude Routine and the Sentry MCP to automatically triage 800 AI agent conversations overnight and file bugs.

## What's new in Sentry Logs: The summer 2026 roundup

DevFeed: [What's new in Sentry Logs: The summer 2026 roundup](<https://devfeed.tech/articles/what-s-new-in-sentry-logs-the-summer-2026-roundup-24109.md>)

Original publisher: [Read original article](<https://blog.sentry.io/sentry-logs-summer-2026-roundup/>)

Author: Ben Coe; Allison Rogers

Published: 2026-08-11T09:00:00Z

Content type: release

Language: en

Sources: [Sentry Blog](<https://devfeed.tech/sources/sentry-blog.md>)

Topics: [Usability](<https://devfeed.tech/topics/usability.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [changelog](<https://devfeed.tech/tags/changelog.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [logs](<https://devfeed.tech/tags/logs.md>), [usability](<https://devfeed.tech/tags/usability.md>)

### AI overview

A summer 2026 roundup of Sentry Logs updates, including log pinning, shareable URL state, large-scale exports with JSONL support, aggregate-aware exports, faster loading, and log viewer usability improvements.

### Source excerpt

Everything that shipped for Sentry Logs this summer: log pinning, JSONL exports, terabyte-scale search, and a dozen usability improvements.

## Connecting OpenTelemetry Traces with Sentry Errors in One Trace Waterfall

DevFeed: [Connecting OpenTelemetry Traces with Sentry Errors in One Trace Waterfall](<https://devfeed.tech/articles/your-otel-spans-our-errors-a-sentry-love-story-in-one-trace-24106.md>)

Original publisher: [Read original article](<https://blog.sentry.io/otel-spans-errors-sentry-trace/>)

Author: Johannes Daxböck; Neel Shah

Published: 2026-08-05T09:00:00Z

Content type: tutorial

Language: en

Sources: [Sentry Blog](<https://devfeed.tech/sources/sentry-blog.md>)

Topics: [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [errors](<https://devfeed.tech/tags/errors.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [logs](<https://devfeed.tech/tags/logs.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [sentry](<https://devfeed.tech/tags/sentry.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

Sentry's OtlpIntegration connects OpenTelemetry traces with Sentry errors and other events, allowing them to appear together in a trace waterfall. It reads the active OTel trace context and associates it with Sentry events while configuring an OTLP exporter for Sentry.

### Source excerpt

The OtlpIntegration bridges OTel traces and Sentry errors. Keep your OTel setup, add Sentry for errors, and see both in one trace waterfall.

## What's new in Svelte: August 2026

DevFeed: [What's new in Svelte: August 2026](<https://devfeed.tech/articles/what-s-new-in-svelte-august-2026-3067.md>)

Original publisher: [Read original article](<https://svelte.dev/blog/whats-new-in-svelte-august-2026>)

Author: Dani Sandoval

Published: 2026-08-01T00:00:00Z

Content type: news

Language: en

Sources: [Svelte blog](<https://devfeed.tech/sources/svelte-blog.md>)

Topics: [Svelte](<https://devfeed.tech/topics/svelte.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [API](<https://devfeed.tech/topics/api.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [availability](<https://devfeed.tech/tags/availability.md>), [changelog](<https://devfeed.tech/tags/changelog.md>), [forms](<https://devfeed.tech/tags/forms.md>), [news](<https://devfeed.tech/tags/news.md>), [releases](<https://devfeed.tech/tags/releases.md>), [routing](<https://devfeed.tech/tags/routing.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [tracing](<https://devfeed.tech/tags/tracing.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

An August 2026 roundup of Svelte and SvelteKit updates, led by the first SvelteKit 3 preview releases. It covers new modules, improved service-worker support, built-in shallow routing, remote-form changes, validation improvements, production sourcemaps, tracing, deployment detection, and related stable-line updates.

### Source excerpt

The biggest news this month is the first @next releases of SvelteKit 3. Thirteen preview versions shipped in July: previewing new $app/manifest and $app/service-worker modules, improved API availability and type checking in service workers, tracing out of the experimental namespace, shallow routing baked into goto and a lot more. It's a prerelease, but it's worth trying out to see what's coming to SvelteKit! Alongside the preview releases, the stable line kept moving with submitted on remote forms and a new home for defineEnvVars. The language tools also picked up zero-config +error.svelte props so error pages get their page and error types with no extra setup. And, in case you missed it, Svelte Summit Ljubljana 2026 is happening November 19-20, with a workshop day on November 18, the day before the summit. Save the date! What's new in SvelteKit Remote forms now expose a submitted property so you can react to the moment a form is submitted without waiting for the response (2.69.0, Docs, #14811) defineEnvVars has moved from @sveltejs/kit to @sveltejs/kit/env so environment helpers live in a dedicated subpath (2.70.0, Docs, #16378) SvelteKit 3 preview The next major version has landed in @next. Here are the highlights from 3.0.0-next.5 through 3.0.0-next.13 that you'll actually want to try out: Shallow routing is now built into goto via a new state option (with persistState: true to keep state across reloads), replacing pushState and replaceState (3.0.0-next.13, #16449) goto's noScroll and keepFocus options (and their matching data-sveltekit-* attributes) collapse into a single reset option (3.0.0-next.13, #16558) error(status, {...}) is deprecated in favor of error(status, message, {...}) so error messages are always required (3.0.0-next.13, #16540) refreshAll replaces invalidateAll, which is now deprecated (3.0.0-next.8, #16289) A new $app/manifest module exposes immutable, assets, prerendered and routes so you can introspect the build output at runtime (3.0.0-next.

## ClickHouse joins the Open Secure AI Alliance

DevFeed: [ClickHouse joins the Open Secure AI Alliance](<https://devfeed.tech/articles/clickhouse-joins-the-open-secure-ai-alliance-5464.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/open-secure-ai-alliance>)

Author: ClickHouse

Published: 2026-07-30T19:44:40Z

Content type: news

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [ai security](<https://devfeed.tech/topics/ai-security.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Securing AI](<https://devfeed.tech/topics/securing-ai.md>), [agent observability](<https://devfeed.tech/topics/agent-observability.md>), [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-security](<https://devfeed.tech/tags/ai-security.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [observability](<https://devfeed.tech/tags/observability.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [security](<https://devfeed.tech/tags/security.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

ClickHouse joins the Open Secure AI Alliance with NVIDIA and other industry leaders to develop open tools for securing AI agents. The article highlights Langfuse for agent tracing, evaluations, guardrail monitoring, and open audit trails, including air-gapped deployments that store traces in ClickHouse.

### Source excerpt

ClickHouse is joining the Open Secure AI Alliance alongside NVIDIA and other industry leaders to help build open tools that keep AI agents secure.

## Detection primitives for eBPF rootkits

DevFeed: [Detection primitives for eBPF rootkits](<https://devfeed.tech/articles/detection-primitives-for-ebpf-rootkits-8287.md>)

Original publisher: [Read original article](<https://securitylabs.datadoghq.com/articles/detection-primitives-for-ebpf-rootkits/>)

Author: Lorenzo Susini, Matt Muir

Published: 2026-07-27T00:00:00Z

Content type: article

Language: en

Sources: [Datadog Security Labs](<https://devfeed.tech/sources/datadog-security-labs.md>)

Topics: [eBPF](<https://devfeed.tech/topics/ebpf.md>), [Malware](<https://devfeed.tech/topics/malware.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Network](<https://devfeed.tech/topics/network.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [debug](<https://devfeed.tech/topics/debug.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [debug](<https://devfeed.tech/tags/debug.md>), [ebpf](<https://devfeed.tech/tags/ebpf.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [malware](<https://devfeed.tech/tags/malware.md>), [payload](<https://devfeed.tech/tags/payload.md>), [processes](<https://devfeed.tech/tags/processes.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

The article analyzes how Linux malware families use eBPF rootkits and helpers to evade defenses, focusing on detection primitives and VoidLink's method for hiding active connections. It explains how VoidLink manipulates user-space memory and processes socket statistics obtained through Netlink.

### Source excerpt

We analyze how VoidLink, LinkPro, and Atomic Arch abuse eBPF helpers to hide from defenders, and show how to detect them at load time, before they can act.

## Sentry Unreal Engine SDK Adds Session Replay to Crash Reports

DevFeed: [Sentry Unreal Engine SDK Adds Session Replay to Crash Reports](<https://devfeed.tech/articles/session-replay-for-unreal-engine-see-the-crash-before-the-crash-24111.md>)

Original publisher: [Read original article](<https://blog.sentry.io/session-replay-unreal-engine/>)

Author: Ivan Tustanivskyi

Published: 2026-07-24T09:00:00Z

Content type: release

Language: en

Sources: [Sentry Blog](<https://devfeed.tech/sources/sentry-blog.md>)

Topics: [session replay](<https://devfeed.tech/topics/session-replay.md>), [Unreal Engine](<https://devfeed.tech/topics/unreal-engine.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [tracing](<https://devfeed.tech/topics/tracing.md>)

Tags: [crash](<https://devfeed.tech/tags/crash.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [sentry](<https://devfeed.tech/tags/sentry.md>), [session-replay](<https://devfeed.tech/tags/session-replay.md>), [trace](<https://devfeed.tech/tags/trace.md>), [unreal](<https://devfeed.tech/tags/unreal.md>)

### AI overview

Sentry's Unreal Engine SDK adds Session Replay, recording the last several seconds of gameplay and attaching the footage to crash reports. Developers can review rendered frames alongside context, breadcrumbs, logs, and traces to investigate what led to a crash.

### Source excerpt

The Sentry Unreal Engine SDK now records the last seconds of gameplay and attaches the footage to crash reports, so you can watch what led to the crash.

## Harness AgentTrace: An Observability and Guardrail Framework

DevFeed: [Harness AgentTrace: An Observability and Guardrail Framework](<https://devfeed.tech/articles/harness-agenttrace-an-observability-and-guardrail-framework-13437.md>)

Original publisher: [Read original article](<https://www.harness.io/blog/introducing-agent-trace>)

Author: Sunil Gattupalle Sanjay Nagaraj

Published: 2026-07-21T00:00:00Z

Content type: article

Language: en

Sources: [Harness Blog](<https://devfeed.tech/sources/harness-blog.md>)

Topics: [agent observability](<https://devfeed.tech/topics/agent-observability.md>), [ai observability](<https://devfeed.tech/topics/ai-observability.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [tracing](<https://devfeed.tech/topics/tracing.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-observability](<https://devfeed.tech/tags/ai-observability.md>), [apache](<https://devfeed.tech/tags/apache.md>), [ci](<https://devfeed.tech/tags/ci.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [observability](<https://devfeed.tech/tags/observability.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

Harness describes AgentTrace, an internal framework for observing, evaluating, and governing AI agents in production. It connects production monitoring with evaluation, allows failures to become regression test cases, and includes open-source harness-sdk and harness-evals layers under Apache 2.0 that work with any OpenTelemetry backend.

### Source excerpt

Harness AgentTrace unifies AI observability, evaluation, and guardrails to detect failures, improve quality, and secure AI agents in production. | Blog

## MongoDB Query Tracing in .NET with Sentry + OTLP

DevFeed: [MongoDB Query Tracing in .NET with Sentry + OTLP](<https://devfeed.tech/articles/mongodb-query-tracing-in-net-with-sentry-otlp-24103.md>)

Original publisher: [Read original article](<https://blog.sentry.io/mongodb-query-tracing-dotnet-sentry/>)

Author: James Crosswell

Published: 2026-07-20T09:00:00Z

Content type: tutorial

Language: en

Sources: [Sentry Blog](<https://devfeed.tech/sources/sentry-blog.md>)

Topics: [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [.NET](<https://devfeed.tech/topics/net.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [SDK](<https://devfeed.tech/topics/sdk.md>)

Tags: [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [integration](<https://devfeed.tech/tags/integration.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [net](<https://devfeed.tech/tags/net.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [traces](<https://devfeed.tech/tags/traces.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

This tutorial demonstrates how to trace MongoDB queries in a .NET application by combining MongoDB's built-in OpenTelemetry instrumentation with Sentry's OTLP ingestion support in the .NET SDK. It explains how MongoDB spans and query data can flow into Sentry for performance analysis and correlation with errors and replays.

### Source excerpt

Trace MongoDB queries in .NET using OpenTelemetry and Sentry's OTLP ingestion. See spans, query data, and error correlation in Sentry.

## How Sherlocks AI uses Temporal to orchestrate AI agents for incident resolution

DevFeed: [How Sherlocks AI uses Temporal to orchestrate AI agents for incident resolution](<https://devfeed.tech/articles/how-sherlocks-ai-uses-temporal-to-orchestrate-ai-agents-for-incident-resolution-35862.md>)

Original publisher: [Read original article](<https://temporal.io/blog/how-sherlocks-ai-uses-temporal-to-orchestrate-ai-agents-for-incident-resolution>)

Author: Akshat Sandhaliya

Published: 2026-07-07T00:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [incident](<https://devfeed.tech/topics/incident.md>), [SRE](<https://devfeed.tech/topics/sre.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [apm](<https://devfeed.tech/tags/apm.md>), [community](<https://devfeed.tech/tags/community.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [databases](<https://devfeed.tech/tags/databases.md>), [incident](<https://devfeed.tech/tags/incident.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [logs](<https://devfeed.tech/tags/logs.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [sre](<https://devfeed.tech/tags/sre.md>), [temporal](<https://devfeed.tech/tags/temporal.md>)

### AI overview

Sherlocks AI describes using Temporal Cloud to run durable AI-agent investigations for production incidents. The platform also uses workflows for knowledge-graph updates, infrastructure scans, and event ingestion, with retries, checkpointing, and parallel execution to improve reliability.

### Source excerpt

Sherlocks AI on how Temporal Cloud runs durable AI agent investigations, infra scans, Knowledge Graph updates, and event ingestion for SRE teams.

## Next.js already traces your requests. Here's how to export them with OpenTelemetry.

DevFeed: [Next.js already traces your requests. Here's how to export them with OpenTelemetry.](<https://devfeed.tech/articles/next-js-already-traces-your-requests-here-s-how-to-export-them-with-opentelemetry-24104.md>)

Original publisher: [Read original article](<https://blog.sentry.io/nextjs-export-traces-opentelemetry/>)

Author: Kyle Tryon

Published: 2026-06-29T09:00:00Z

Content type: tutorial

Language: en

Sources: [Sentry Blog](<https://devfeed.tech/sources/sentry-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [next-js](<https://devfeed.tech/tags/next-js.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [traces](<https://devfeed.tech/tags/traces.md>), [tracing](<https://devfeed.tech/tags/tracing.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

This tutorial explains how to export the traces that Next.js generates automatically using OpenTelemetry and @vercel/otel. It covers sending traces to Sentry or other OTLP-compatible backends, understanding trace spans, and differences between Node and Edge runtimes.

### Source excerpt

Next.js creates OpenTelemetry traces automatically. Learn how to export them to Sentry or any OTLP backend with @vercel/otel.

[Next page](<https://devfeed.tech/topics/tracing.md?cursor=WyIyMDI2LTA2LTI5VDA5OjAwOjAwKzAwOjAwIiwgImRmMmI0NWNkLWNlNmUtNDI1MC05ZDcxLThjZDJiYjBmYTE3MyJd>)