[prometheus-users] Re: Monitor specific application process in Linux

2020-05-19 Thread Juan Rosero
Thanks everyone! I'll explore the options suggested and see what works best. Thanks again and have a great day/evening! -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send

[prometheus-users] Re: Monitor specific application process in Linux

2020-05-19 Thread Juan Rosero
Thanks everyone! I'll exporte the options suggested and see what works best. Thanks again and have a great day/evening! -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send

[prometheus-users] Re: Monitor specific application process in Linux

2020-05-19 Thread Brian Candler
You can use a little script to write metrics to a textfile and pick them up with node_exporter's textfile_collector, and run it periodically (e.g. from cron). The textfile_collector also exposes the timestamp when the file was last modified, so you can alert if it stops being updated. -- You

[prometheus-users] Re: Monitor specific application process in Linux

2020-05-19 Thread Vu Tuan Dat
Ideally, write a exporter for your specific process, it's not that hard. Or instrument directly into your app. On Tuesday, May 19, 2020 at 2:11:47 PM UTC+7, Juan Rosero wrote: > > Hello, > > I've been reading a lot on different sites and this User Group as well, > but have not come up with a