FSx for ONTAP Audit Logs with Data Residency in your region with Sumo Logic
TL;DR We built a serverless Lambda pipeline that ships FSx for ONTAP audit logs to Sumo Logic's JP (Tokyo) region deployment. For Japanese enterprises…
Tech news from the best sources
TL;DR We built a serverless Lambda pipeline that ships FSx for ONTAP audit logs to Sumo Logic's JP (Tokyo) region deployment. For Japanese enterprises…
TL;DR We built a serverless Lambda pipeline that ships FSx for ONTAP audit logs to Dynatrace via the Log Ingest API v2. The real value: Dynatrace's Da…
TL;DR We built a serverless pipeline that ships FSx for ONTAP audit logs to Honeycomb, where its high-cardinality query engine turns file access data …
OpenTelemetry has quietly become table stakes. That's a good thing, but if you've instrumented a real codebase, you know the tax. A method that does o…
If you’ve spent any time modernizing a Java-based microservices architecture recently, you’ve likely hit the "Observability Wall." The ecosystem is dr…
Unlocking Insights with Observability: My Journey with OpenTelemetry As a Full Stack Engineer specializing in DevOps, AI Infrastructure, and Cloud, I'…
TLDR Monitoring AI agents in production requires distributed tracing: a single user request fans out into 10 or more internal operations, and logs alo…
I have a production Claude agent that has been running for about four months. It does code review on incoming PRs, drafts changelog entries, and occas…
Introduction Good forecasts help with capacity planning and quieter alerts. But one traffic spike or memory leak can make any forecast useless. The go…
Book: LLM Observability Pocket Guide: Picking the Right Tracing & Evals Tools for Your Team Also by me: Thinking in Go (2-book series) — Complete …
Book: LLM Observability Pocket Guide: Picking the Right Tracing & Evals Tools for Your Team Also by me: Thinking in Go (2-book series) — Complete …
Book: LLM Observability Pocket Guide: Picking the Right Tracing & Evals Tools for Your Team Also by me: Thinking in Go (2-book series) — Complete …
Book: LLM Observability Pocket Guide: Picking the Right Tracing & Evals Tools for Your Team Also by me: Thinking in Go (2-book series) — Complete …
I like Go channels. They are one of those language features that feel simple in the best possible way. You can write something like this: jobs := make…
Most ASP.NET Core logging setups tell you that something failed — but not what actually happened during the request lifecycle. I built AsGuard to prov…
A React Native WebView debugging story about LCP, data URLs, and trace attributes We recently ran into a strange Sentry performance issue in a React N…
Authored by Marco Aquilanti Today we're introducing BrontoScope , one of the Bronto AI Labs initiatives aimed at reducing user toil, increasing team e…
Running large language model inference servers in production exposes gaps that neither stock Prometheus dashboards nor the official documentation of v…
Istio 1.30 Deep Dive — Agentgateway, Ambient Multicluster, TrafficExtension API, and 4 CVE Patches (JWKS RSA Leak, XDS Debug Auth) On May 18, 2026, th…
Authored by Mike Neville-O'Neill Let's face it — logging is broken. Not just a little broken, but fundamentally misaligned with the needs of modern en…
Authored by Benoit Gaudin Every second, your CDN is generating thousands of logs that tell a critical story about your application's performance, secu…
Authored by Benoit Gaudin In Part I (Ingestion) and Part II (Storage) of this series, I explored the challenges of designing, running, and managing a …
When something goes wrong in our systems, the first thing that usually comes to mind is the question "why?" To find the answer, we turn to two main to…
TL;DR: I open-sourced rock288/go-mongo-boilerplate — a Go 1.25 service template that ships the boring production stuff (observability, retry, DLQ, SSR…
TL;DR FSx for ONTAP file access audit logs are usually consumed through EC2-based patterns — mounted audit volumes and agent-based forwarders such as …
This post from Anthropic is causing a lot of angst among its most ardent users. While it is disguised as a credit, it really is them tightening API to…
Authored by Feargal Karney & Mati Remi The Bronto REST API now exposes everything our own UI is built on. That means you can build a custom interf…
The Problem It's 2 AM. An alert fires. Cart service is throwing errors. You've got five minutes before someone escalates. The runbook says: "Check the…
Coding agents produce causal DAGs, not logs I've been building tracing hooks for coding agents — Claude Code, Codex CLI, Copilot, and others. The goal…
In Part 3, we separated signals on purpose: metrics tell you where to look logs and traces tell you what happened audit tells you what can be proven l…