Quick intro to Graphite
What is Graphite Graphite is an app that does three things: It receives monitoring data from other agents, saves it efficiently into the database, and displays data as graphs …
Blog about DevOps, distributed applications and microservices
What is Graphite Graphite is an app that does three things: It receives monitoring data from other agents, saves it efficiently into the database, and displays data as graphs …
I mentioned in previous post that collectd uses rrdtool for saving its data by default. It results .rrd file for each metric, which later can be rendered using very …
Distributed apps introduce a challenge that we usually could avoid in monolithic ones: how do we say that app is performing well? I’m not talking about it …
It finally happened. With release of Windows Server 2016 you can run Docker containers with Windows inside. There’s no Virtual Machine hiding somewhere in order for that …