Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Monitor Sidekiq with Datadog

Sidekiq is a Ruby framework for background job processing. Developers can use Sidekiq to asynchronously run computationally intensive tasks—such as bulk email sending, payment processing, and data importing—to help speed up the response times of their applications. If you’re using Sidekiq Pro or Enterprise, Datadog’s integration helps you monitor the progress of your jobs and the applications that depend on them, all in a single platform.

Monitor Windows containers on Google Cloud with Datadog

Many organizations already use Docker to containerize their Windows applications and often run mixed Windows and Linux container environments to support complex architectures. With Kubernetes’s support for deploying clusters with Windows nodes, organizations can leverage the orchestration platform to easily automate container provisioning, networking, scaling, and more for their Windows applications.

Improving Graphite rollup and runtime consolidation in Metrictank and Grafana 7.0 with lineage metadata

The Grafana and Metrictank/Graphite teams have been hard at work to deliver an exciting new feature for the upcoming Grafana v7.0 release: a rollup indicator and series lineage metadata breakdown for Metrictank. This blog will cover the new functionality around Metrictank metadata, the rollup indicator, and the lineage visualization coming in 7.0.

Log management: The key to centralized log aggregation and easy troubleshooting

A large number of security breaches are impacting industry verticals, including banking, financial services and insurance (BFSI), telecom, and hospitality, so there's a growing need for organizations to fortify their infrastructure against these threats. For example, by the time T-Mobile identified the intrusion and unauthorized access to its sensitive data in 2019, both its customer and employee details were already stolen by hackers.

The Expensive History of APM

When done well, application performance monitoring (APM) is a magical and irreplaceable tool. However, over the years, enterprises have sometimes paid dearly to implement it. APM’s task seems simple enough—replace emotional user anecdotes about application performance with quantifiable, actionable data. But the devil can certainly be in the details with APM.

Page Load Time vs. Response Time - What Is the Difference?

Page load time and response time are key metrics to monitor, and they can give you an in-depth understanding of how your website is performing. However, the difference between page load time and response time isn’t immediately obvious, and neither are the benefits of tracking them independently.

5 Benefits of Cloud-Based Log Aggregation Tools

In the modern digital ecosystem, every user activity, system error, application transaction, and network packet movement can be tracked using logs. This level of visibility into systems, networks, and applications is useful for troubleshooting bottlenecks, analyzing past trends, and predicting future events. However, monitoring various cloud-based and on-premises resources becomes complex in the absence of proper log aggregation tools.

Can AWS API Gateway Act as a Load Balancer?

TL;DR: yes, API Gateway can replace what a Load Balancer would usually provide, with a simpler interface and many more features on top of it. The downside is that it doesn’t come cheap. Load balancers have been one of the most common ways to expose a backend API to the public or even to an internal/private audience. API Gateways seem to provide the same functionality: map and connect HTTP requests to a backend service. So, are they the same or are there any differences?

How to scale Prometheus monitoring

After StatsD and Graphite weren’t able to meet their needs for metrics and monitoring, engineers at SoundCloud developed the open source event monitoring and alerting tool, Prometheus. Because it’s easy to deploy and get started with -- and on the surface seems free -- it’s become a popular part of many DevOps teams' observability stack.