Operations | Monitoring | ITSM | DevOps | Cloud

Triage Production Incidents with a Single Prompt Using the AppSignal CLI

At AppSignal, we love talking to our customers to learn how they're using the product. Recently, one of them showed us something worth sharing: with a single chat prompt, his AI agent searches production logs, closes incidents, and checks whether a pull request has shipped. Automating that kind of work turned out to be a matter of building the right agent skill.

Why Your Sidekiq Jobs Are Slower Than You Think, and How AppSignal Fixes That

As developers, we sometimes find ourselves in situations where something feels slower than it should be. The first thing we tell ourselves is “Maybe I need a different tool.” And sure, at times, it might be due to the tool, I’ll give you that. But most of the time, it comes down to how you’ve implemented certain features. That’s one of the downsides that comes with having too much freedom.

Monitoring Your Django App Health on Fly.io

Fly.io is a neat choice for deploying Django fast and globally. What it doesn’t really give you out of the box, though, is a deeper picture of an application’s performance. Deployment is only part of the story. No matter which platform you’re using, operating a production application means you need to understand how it behaves. AppSignal helps you fully grasp what happens on the Fly.io server.

Why AI-Generated Code Needs Monitoring More Than Handwritten Code

Like it or not, vibe coding is here to stay. It’s too easy to just go away. Maybe if the per token cost rises too much at some point that it becomes cheaper to hire a junior… But until then, you’d better get used to it. For now, tools like Cursor, Copilot, and Claude let developers (and plenty of non-devs) ship full-stack apps faster than a junior is able to completely grasp the concept of the app they’re working on. And that’s pretty neat.

Introducing AppSignal for Startups

Good monitoring shouldn't be a luxury for well-funded teams. Early-stage startups run the same production systems as everyone else, on a tighter budget. That's when clear observability earns its keep. Today we're launching AppSignal for Startups: an ongoing discount on the full AppSignal platform for early-stage teams, with a better deal for Y Combinator companies.

Monitor Your PHP Applications with AppSignal

Good news for PHP developers: AppSignal monitoring is now available for PHP applications. Our new package brings traces, metrics, and logs from your PHP app into AppSignal, with auto-instrumentation for frameworks like Laravel and Symfony and a foundation built on OpenTelemetry. Already using AppSignal's PHP package and want the latest updates? Migrating is straightforward: remove your current OpenTelemetry setup and follow our new install guide.

5 Alternatives to Prometheus in 2026

Prometheus is a battle-tested, flexible and, most importantly, free tool that has long been the go-to open-source monitoring solution. Much of its popularity came down to its simplicity. A few years have gone by, though, and the APM space has gotten pretty crowded. Developers are now starting to move away from the complexity of self-hosting, and OpenTelemetry stands out as one of the CNCF’s fastest-expanding projects. In fact, it’s now among the most adopted telemetry frameworks out there.

Finding the Slow Query Killing Your Rails App

Performance problems in Rails applications are sneaky. Generally speaking, nobody opens tickets that say “my application is slower than it was last month (about 20%)”. What you do get instead are vague complaints from team members about a p95 latency that is climbing every week or a background job that used to take 2 seconds now taking 40 seconds to finish.