Operations | Monitoring | ITSM | DevOps | Cloud

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

Scaling Throughput and Performance in a Sharding Database System

Understand the two dimensions of scaling for database query and ingest workloads, and how sharding can make scaling elastic — or not. Scaling throughput and performance are critical design topics for all distributed databases, and sharding is usually a part of the solution. However, a design that increases throughput does not always help with performance and vice versa. Even when a design supports both, scaling them up and down at the same time is not always easy.

Essential Tips to Build a Great Small Business Website

Without an online presence, running a business is no longer possible. You can't rely on only social media to reach out to people and provide all information related to your business. From products, descriptions, prices, and functioning hours. People look for everything online. If you have products or services, you need at least a small business website to let people know what you deal with. It surely helps you provide a market, reach more customers, and gain popularity in just a short period.

Jon Leighton on How the Digital Employee Experience is Central to a People-First IT

Digital Employee Experience (DEX) is grossly understated in today’s corporate landscape, despite the growing interest in digital transformation in companies everywhere. Technology has long been central to the workplace, but not enough effort has been put into the experience of those who use it. Enterprises, especially global enterprises, can spend upward of tens of thousands of dollars on software and digital appliances to make work easier for their team.

Authenticating Icinga 2 API Users with TLS Client Certificates

When interacting with the Icinga 2 API, the client is commonly authenticated using a password provided via HTTP basic auth. Icinga 2 also support a second authentication mechanism: TLS client certificates. This is a feature of TLS that also allows the client to send a certificate, just like the server does, allowing the server to authenticate the client as well.

Optimize Trace Memory with Scout

Application performance monitoring (APM) is a process of monitoring and analyzing performance issues within an application. In monolithic architecture, monitoring the performance of an application using APM tools was straightforward. However, once the application adopts microservice architecture, the application becomes more complex, and the business functionalities flow into different microservices to complete the workflow.