Operations | Monitoring | ITSM | DevOps | Cloud

Blog

Part I: How not to structure your database-backed web apps

Most scientific papers are unlikely to change your day-to-day approach as a Rails web developer. How not to structure your database-backed web applications: a study of performance bugs in the wild Yang et al., ICSE’18 is the exception to that rule. This study examined 12 popular, mature, opensource Rails apps for ActiveRecord performance anti-patterns. And boy, did they find some issues.

Zipkin vs Jaeger: Getting Started With Tracing

Request tracing is the ultimate insight tool. Request tracing tracks operations inside and across different systems. Practically speaking, this allows engineers to see the how long an operation took in a web server, database, application code, or entirely different systems, all presented along a timeline. Request tracing is especially valuable in distributed systems where a single transaction (such as “create an account”) spans multiple systems.

How Slow App Performance Can Impact Your Bottom Line

You’ve delivered your product, application, or website. You’re seeing some traffic and even some conversions. But something is holding you back. Could it be speed? In today’s world of limited patience and shortened attention spans, you have to make sure that you’re giving your customers the enjoyable experience they need to stick around.

Watchdog: Auto-detect performance anomalies without setting alerts

With anomaly detection, outlier detection, forecasting, and composite alerting, Datadog enables you to reliably alert the right people at the right time. But what happens when latency starts to increase, or error rates spike, in areas of your application where you haven’t set alerts? That’s what Watchdog is for.

Runtime container security - How to implement open source container security (part 1).

Container security is top-of-mind for any organization adopting Docker and Kubernetes, and this open source security guide is a comprehensive resource for anyone who wants to learn how to implement a complete open source container security stack for Docker and Kubernetes.

Guest Blog Post: Ballerina Makeover with Grafana

In this guest blog post from the folks at Ballerina, Anjana shows you how you can easily visualize metrics from a Ballerina service with Grafana, walking you step by step through the installation and configuration of the components. They’ve also extended an offer for a free ticket to their upcoming Ballerinacon to the Grafana community.