In the previous episode, I replaced Discord webhooks with Gotify.
That solved where my infrastructure notifications should go. It did not solve who was supposed to notice that a VPS was running out of disk space, waiting for a reboot or quietly collecting failed systemd units like
A common misconception is that on-call and livesite must be chaotic and hellish – folks erroneously assume that being on-call means fighting fires round the clock. This school of thought regards people as “working” only if frequent high-severity off-hours calls wake them up. Managers are not...
API monitoring is very similar to web monitoring, as it provides important performance and availability metrics to ensure requests are handled properly. APIs are essential for enabling the integration of different systems, services, or applications, allowing them to work together seamlessly. API...
If you are looking for the best IT Logging analysis tools, you have come to the right place. Logs and Metrics are part of the three pillars of observability with traces being the third. The age of plain-text logging is now gone. When trying to troubleshoot errors, manually going through an endless...
Kubernetes is a very popular tool used to deploy, scale, and manage containerized applications across multiple servers. These multiple servers can also be referred to as compute nodes or as they better known, clusters. Kubernetes clusters are very crucial to the success of the containerized...
Azure Monitor for Prometheus is released in preview in the fall of 2022. Now let’s just get our terminology right. … Continue reading Azure Monitor Managed Prometheus
The post Azure Monitor Managed Prometheus appeared first on adatum.
I had the luck to give a talk to the Python Vigo community. The topic was about how to measure our python applications with few lines of code. As you know I love statsd, so I spoke about statsd data types, InfluxDB database and Grafana as dashboard. I wrote a few examples that are available in my...
I remember when I heard about graphite/statsd. It was late of 2012 in the Python London Group. Few weeks before I read Lean Startup and I learnt to measure all the things to improve our business. In early 2013 I started to use graphite. I tracked all logins, custom events, machine performance and...
I remember when I read about Graphite. I was reading that Vimeo used it for making realtime monitoring in their projects and reporting for all the team. I got a chance to test with my local apps and after a few days I started to love graphite. I start to use graphite in my web apps. After few...