Commit 247822bb authored by Benjamin Kampmann's avatar Benjamin Kampmann Committed by GitHub
Browse files

Additional Metrics collected and exposed via prometheus (#5414)



This PR refactors the metrics measuring and Prometheus exposing entity in sc-service into its own submodule and extends the parameters it exposes by:

- system load average (over one, five and 15min)
- the TCP connection state of the process (lsof), refs #5304
- number of tokio threads
- number of known forks
- counter for items in each unbounded queue (with internal unbounded channels)
- number of file descriptors opened by this process (*nix only at this point)
- number of system threads (*nix only at this point)

refs #4679

Co-authored-by: default avatarMax Inden <[email protected]>
Co-authored-by: default avatarAshley <[email protected]>
parent 6847f845
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment