-
Hi, I'm looking for a way to monitor cpu and memory usage by vector which run in a docker container. The metrics for in -and output is already very useful, but I can't find a solution yet for simple cpu and memory, I tried the host metrics but then it will show only a total of my server. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @lzwaan ! You are correct that Vector doesn't currently publish metrics about its process's CPU and memory utilization. Would you want to open a feature request? As a workaround you can externally monitor the Vector process with something like https://github.com/ncabatoff/process-exporter and have Vector scrape that with the |
Beta Was this translation helpful? Give feedback.
Hi @lzwaan !
You are correct that Vector doesn't currently publish metrics about its process's CPU and memory utilization. Would you want to open a feature request? As a workaround you can externally monitor the Vector process with something like https://github.com/ncabatoff/process-exporter and have Vector scrape that with the
prometheus_scrape
source.