In this PR I added cAdvisor to the enclave, so it is able to see networking statistics from the nodes, and it dumbs the information into prometheus.
Also updated kurtosis version.
Note that the changes in prometheus.yml is intended for a Linux system because of how Docker works. If Linux is not being used, it needs to be changed to:
This can be checked when accessing to Prometheus UI in any webbrowser, Status -> Targets. There cadvsior should have an "UP" state if it is correctly connected.
In this PR I added cAdvisor to the enclave, so it is able to see networking statistics from the nodes, and it dumbs the information into prometheus.
Also updated kurtosis version.
Note that the changes in
prometheus.yml
is intended for a Linux system because of how Docker works. If Linux is not being used, it needs to be changed to:This can be checked when accessing to Prometheus UI in any webbrowser, Status -> Targets. There cadvsior should have an "UP" state if it is correctly connected.