Monitoring is an integral part of modern Site Reliability Engineering practices. In this article, you will learn how to apply monitoring to your application using Micrometer and Google Cloud Monitoring.
This article presents how to easily profile a Linux system application with the perf tool. Additionally, you will learn how to visualize gathered data as interactive graphic.
Anomaly detection is an important topic in computer science. This article presents a few most common approaches to this problem, and shows an example of a simple autoencoder used for this purpose.
There are plenty of tools for metrics storage and analysis. Today I'd like to present to [InfluxDB](https://www.influxdata.com/) - a solution that was used for a company I used to work for. But since January, InfluxDB is in version 2.0-beta, I will also share my experience with Influx 1.0 in the newest version. So let's start with the basics.