Laurence Chau
Laurence Chau
Some CI job require alter kernel parameters or access ec2 link local address. It could be helpful if we can use the host network. [runner-config](https://docs.gitlab.com/runner/configuration/advanced-configuration.html)
This PR is to fix the issue mentioned in https://github.com/ncabatoff/process-exporter/issues/193
Not sure if linux provide the process level network io. If it does provide the metrics, it would be great to have this metrics.
## Background and Motivation I was querying the /livemetrics endpoint to get metrics of all running dotnet app. However when I sent 4 http requests to the endpoint at the...
## Background and Motivation Currently, one dotnet monitor can only expose one dotnet process metrics. Although in container world, it is usual to have only one process in a container,...
Add a configuration to allow disable dotnet monitor from polling all dotnet processes in a machine
## Background and Motivation Now one dotnet-monitor will try to poll all dotnet processes running in a machine and one dotnet-monitor can only export one dotnet process's metrics in a...
### Description dotnet-monitor can only expose one process's metrics, when we need to monitor multiple dotnet process metrics in a machine, we need to start multiple dotnet monitors. The problem...