Slide 15
Slide 15 text
Exporter vs Instrumentation
Two ways of monitoring services:
• Instrument service with one of the client libraries
– Official: Go, Java, Ruby, Python
– Unofficial: dotNet/C#, NodeJS, Bash
• Exporters
– If you cannot / don‘t want to patch your services (like
basic Linux kernel metrics), you can use an exporter
as a „middleware“ between your service and
Prometheus.
– Lot of exporters available (see after the demo)
09 May 2016 www.consol.de
15
Will demo
exporters
in a
minute!!!
DIY