[ENG] Konstantin Ignatov: “Python application monitoring: let’s do it logging style“ / #PiterPy

Python application monitoring: let’s do it logging style I want to share a couple of thoughts regarding the monitoring of Python applications. Usually, it is DevOps’es who talk about monitoring. However, for comprehensive application monitoring the application should be monitoring-aware: it should expose its internal metrics for a monitoring system. To achieve this, a developer has to instrument the application with prometheus_client or similar library by adding corresponding calls to interesting corners o
Back to Top