At a large enough scale, #observability becomes a systems design problem worth studying. In this post, we’ll walk through how Airbnb got there, why aggregation was essential, and how vmagent became the piece that completed the puzzle. 👇
https://bit.ly/4xaJHnG

#casestudy #prometheus #scalability #OTel

How Airbnb Built a High-Volume Metrics Pipeline with OpenTelemetry and vmagent

Learn how Airbnb rebuilt its observability pipeline with OpenTelemetry and vmagent to handle over 100 million samples per second, reduce cost by 10x, and simplify high-scale metrics aggregation.

VictoriaMetrics
How to Install #Prometheus on #Debian #VPS Here's a guide detailing how to install Prometheus on Debian VPS:
What is Prometheus?
Prometheus is an open-source, systems #monitoring and alerting toolkit designed to collect and analyze metrics from servers, applications, and services. Initially developed at SoundCloud, Prometheus is now a popular Cloud Native Computing Foundation (CNCF) project widely adopted ...
Continued 👉 https://blog.radwebhosting.com/install-prometheus-on-debian-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #selfhosted #letsencrypt #opensource #selfhosting

I took the VM from the most recent #incident and turned all the attackers data into a HIDS like tool to export metrics based on #security events to #prometheus .

+9k LOC

#infosec #cybersecurity #golang #coding #programming

Model Predictive Control для Kubernetes autoscaling: что получилось, где HPA оказался сильнее

Короткий пик нагрузки может закончиться раньше, чем Kubernetes успеет добавить готовую ёмкость. Разбираю, почему HPA и MPC-подходы упираются не только в алгоритм, но и в задержку метрик, запуск Pod и readiness. Разобрать лаг автоскейлинга

https://habr.com/ru/articles/1043074/

#kubernetes #hpa #autoscaling #автоскейлинг #prometheus #readiness #p95 #p99 #Model_Predictive_Control #mpc

Model Predictive Control для Kubernetes autoscaling: что получилось, где HPA оказался сильнее

Горизонтальное автоскалирование в Kubernetes обычно начинается с HPA. Это понятный и практичный механизм: контроллер смотрит на метрику, например CPU, и меняет число реплик Deployment. Для многих...

Хабр

Наконец руки добрались до снятия показаний дома с ИБП. Теперь можно будет видеть, как часто реально отрубают электричество, а когда оно под 250 прыгает.

Одно только не могу понять, нафиг ИБП на батарейку гонит 15,5В? Не удивительно, что через год-два менять приходится.

#powercom #grafana #prometheus #exporter

This talk presents a simple, technical workflow for observing Kubernetes policy behavior using Kyverno and VictoriaMetrics. Starting from a single validation policy, we show how policy evaluations and enforcement results are exposed as metrics, ingested into VictoriaMetrics and queried through a standard #Prometheus-compatible API. A minimal dashboard is then used to inspect policy failures, affected namespaces, and policy execution duration.
📍 The East Hub
🕣 02:35 PM
パーサ回帰で Datadog Agent の CPU が急増する問題 | CyberAgent Developers Blog

株式会社 AbemaTV で SRE / Platform Engineer をしている 後藤(@r ...

CyberAgent Developers Blog
🚀 How to Install and Configure Node Exporter on #Debian #VPS This article will provide a guide for how to install and configure Node Exporter on Debian VPS.
What is Node Exporter?
Node Exporter is a #Prometheus exporter that collects and exposes hardware and OS-level metrics from Linux and Unix-like systems. It runs as a background service and makes these metrics available ...
Continued 👉 https://blog.radwebhosting.com/install-and-configure-node-exporter-on-debian-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #nodeexporter #opensource #selfhosting #selfhosted #letsencrypt #observability

Deploy Full #Monitoring Stack on #Debian #VPS Here’s a comprehensive guide to deploy full monitoring stack on Debian VPS, including:

#Prometheus – Metrics collection
✅ Node Exporter – System metrics
#Grafana – Visualization
#Alertmanager – Alert notifications
#Loki – Log aggregation
#Promtail – Log shipping to Loki

🎯 Goal
A ...
Continued 👉 https://blog.radwebhosting.com/deploy-full-monitoring-stack-on-debian-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #nodeexporter #selfhosted #letsencrypt #opensource #selfhosting

Canary в Kubernetes с Argo Rollouts и Prometheus: автоматический анализ и откат

Обычный Kubernetes Deployment умеет заменить одну версию приложения другой, но почти ничего не знает о том, как новая версия ведёт себя под реальным трафиком. Контейнер может быть живым, readiness-проба — зелёной, а error rate или latency уже уезжают в красную зону. В статье разберём, как собрать canary-деплой с Argo Rollouts и Prometheus: настроить пошаговый выкат, подключить AnalysisTemplate, автоматически откатываться по метрикам и не перепутать replica-based canary с настоящим traffic split через ingress или service mesh. Читать туториал

https://habr.com/ru/companies/otus/articles/1039856/

#Argo_Rollouts #kubernetes #Prometheus #canary_deployment #автоматический_откат #GitOps #service_mesh

Canary в Kubernetes с Argo Rollouts и Prometheus: автоматический анализ и откат

Материал подготовлен в рамках курса «DevOps. Экспертный уровень». Стандартный Kubernetes Deployment устроен очень просто: при выкате новой версии стартует новый ReplicaSet, постепенно заменяющий...

Хабр