Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

Powerful Caching with Redis for Node.js Applications

Regardless of the tech stack used, many developers have already used Redis or, at least, heard of it. Redis is specifically known for providing distributed caching mechanisms for cluster-based applications. While this is true, it’s not its only purpose. Redis is a powerful and versatile in-memory database. Powerful because it is incredibly super fast. Versatile because it can handle caching, database-like features, session management, real-time analytics, event streaming, etc.

The basics of IoT, and why Prometheus works so well with it

Before we start, please take a moment to appreciate what day it is. IoT, or Internet of Things, has been a buzzword for longer than usual. Buzzwords usually have two common properties, and then their paths fork. I like thinking about buzzwords and about the useful aspects of what they mean. The most recent public example focuses on another buzzword currently in its hype phase: observability.

Four Unique LogicMonitor Dashboards To Inspire You

LogicMonitor dashboards are truly customizable — customizable enough to allow users to visualize virtually anything. Dashboards provide our users with a wide array of capabilities, from capacity planning and service availability notifications to root cause analysis and IT spend forecasting capabilities. We’ve seen LogicMonitor users get radically innovative when it comes to creating unique dashboards that add value to their lives both in and outside of work.

Top 7 Datadog Competitors to Know in 2021

Datadog was founded in 2010 by Olivier Pomel and Alexis Le-Quoc. They develop the Datadog to reduce the friction they experienced between system administration teams and developers. Together they raised over $648 million to bring its valuation to $7.8 billion by the end of 2019. Let’s dig deep into Datadog to know its competitors.

New10: Monitor hybrid cloud environments, troubleshoot serverless production workloads with Datadog

Pavel Kruhlei, Quality Engineer lead of New10 talks about how Datadog allowed them to resolve performance issues in their serverless applications, as well as increase visibility into their hybrid environment with Datadog.

Webinar: How Serverless is Changing the Cost Paradigm

-One of the key characteristics of serverless components is the pay-per-use pricing model. For example, with AWS Lambda, you don’t pay for the uptime of the underlying infrastructure but just the number of invocations and how long your code actually runs. This removes the need for many micro-optimizations. As a result, many applications would run at a fraction of the cost if they were moved to serverless.

Using observability to scale AWS Lambda [Live session]

How to utilize observability to optimize your Lambdas for scale and maintain their performance over time - from development to production to scabability. How do you spot potentially slow-running Lambda functions and how do to power-tune them in development? Load testing and how you need a good observability tool for when you do load testing? How to do load testing? How to use observability and make crucial data available in production and at scale? Observability best practices and common mistakes.

5 Universal Steps to Cloud Database Migration

Chances are if you’re reading this, you are (or are thinking about) moving to cloud. While cloud migration isn’t a new term and many people are migrating, there are a few things you should know before taking the leap. Migrating your database to the cloud is worth the hours of planning, sorting through data and running tests because if it’s not done right, it may come with more bad than good.

Are NoSQL Databases Relevant For Data Engineering?

SQL is great, but sometimes you may need something else. By and large, the prevalent type of data that data engineers deal with on a regular basis is relational. Tables in a data warehouse, transactional data in Online Transactional Processing (OLTP) databases — they can all be queried and accessed using SQL. But does it mean that NoSQL is irrelevant for data engineering?