Logging

observability cost logs metrics traces a telemetry funnel

Observability Cost Guide: Proven Ways to Stop Waste

Observability cost is the fastest-growing line in most engineering budgets, and it grows for reasons nobody chose: debug logging left on after an incident, one label that multiplied a metric into forty thousand time series, a trace sampler set to keep everything, and a retention default nobody has read since the contract was signed. This guide separates the three signals and prices them properly, compares the pricing models vendors actually charge on, sets out benchmark ranges worth quoting in a budget conversation, works a full before-and-after model for a forty-service estate, and lists the controls that reduce spend without quietly removing the data you need at three in the morning.

Read more
How to Set Up Software RAID with mdadm on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up the ELK Stack on Ubuntu 26.04

The ELK Stack (Elasticsearch, Logstash, Kibana) is a powerful log management and analytics platform. Elasticsearch stores and indexes logs, Logstash collects and transforms them, and Kibana provides visualisation dashboards. This guide installs the ELK stack on Ubuntu 26.04 LTS. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with at least 4 GB […]

Read more
How To Add the log Module to Nginx on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Add the log Module to Nginx on Debian 8

In this guide, we will look at how to utilize Nginx’s logging module. We’ll set up separate log files for different server blocks and then customize the logging output. We’ll also add additional information about requests (in this tutorial’s example, the time it takes to serve a request) to the access log beyond what Nginx includes by default.

Read more
Как настроить комплекс регистрации данных Elasticsearch, Fluentd и Kibana (EFK) в Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

Как настроить комплекс регистрации данных Elasticsearch, Fluentd и Kibana (EFK) в Kubernetes

При запуске разнообразных служб и приложений в кластере Kubernetes централизованный комплекс регистрации данных кластерного уровня поможет быстро сортировать и анализировать большие объемы данных журналов подов. В числе популярных централизованных решений регистрации данных нельзя…

Read more
CHAT