Metrics
By default Prometheus metrics are enabled for all clients. The metrics are exposed to the Docker network and accessible only from other containers - refer to Exposing ports page for details on exposing them to the host or to the network.
The metrics can be disabled by overriding the following variables and setting them to false:
The ports the metrics are exposed on can be modified using the following variables:
Geth expensive metrics
Be default Geth's expensive metrics are enabled. They can be disabled by overriding the following variable and setting it to false:
slingnode.ethereum_observability
SlingNode has developed an Ansible role that can deploy an Observability stack that seamlessly integrates with nodes deployed using slingnode.ethereum role. The role deploys Prometheus that will automatically start scraping the metrics.
Last updated