Serge K
Serge K
First, need to upgrade to latest versions of Prometheus.Client packages #1772
I just installed app and nothing happen. I don't know what I need to fix in config. Notification is very important.
@sanych-sun Good point, we have some options. I will add my ideas.
This can help: https://github.com/Chakrygin/DiagnosticsNet
@Sergey-Terekhin Thank you!
@sanych-sun Hi, any ideas on how we can collect these metrics? ```sh process_resident_memory_bytes process_open_fds process_max_fds ```
I'm not sure about `process_processid`, maybe better rename it to `process_id`?
`process_open_fds` - Number of open file descriptors `process_max_fds` - Maximum number of open file descriptors `process_resident_memory_bytes` - Resident memory size in bytes I found these metrics in Go and Java...
I will come back to this task soon
Alternatives for .Net Framework: - https://github.com/andrasm/prometheus-net - https://github.com/phnx47/Prometheus.Client