In the company I work for, we have multiple AKS clusters. They have different purpose, and are split between environments, … Continue reading Azure managed Prometheus for existing AKS clusters
The post Azure managed Prometheus for existing AKS clusters appeared first on adatum.
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...
I had the luck to gave a talk at Librecon 2015.The
topic was about how I built a modern operator using asterisk, kamailio, and
other tools for measure and deploy.
Thanks to Agasol and big thanks to Xavi
Castaño and Cris to help me with all my doubts.
Happy code!
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...