Search…
Operators Grafana Dashboard
The operator's Grafana dashboard is a great tool to analyze your node performance and debug any problems you might find while running your node.
To setup your own dashboard, follow these steps:
  1. 1.
    Enable MetricsAPIPorton 15000 port
    1
    MetricsAPIPort: 15000
    Copied!
  2. 2.
    Setup a Prometheus service
  3. 3.
    Configure prometheus.yaml - make sure to change the targets to your node's name:
    1
    # - <container_name>:15000
    Copied!
  4. 4.
    ​Setup Grafana and add Prometheus as a data source.
  5. 6.
    Align dashboard variables
    1. 1.
      instance(target) - container name, used in 'instance' field for metrics coming from Prometheus. In the given dashboard, instances names are: example-node, make sure to change according to your setup in the dashboard_ssv_operator.json or change in the dashboard settings ​
    2. 2.
      validator_dashboard_id - exists only in operator dashboard, points to validator dashboard in the set in the dashboard_ssv_operator.json or change in the dashboard settings​
That's it, your Grafana dashboard should be up and running!
Have any other questions regarding monitoring? feel free to talk to other operators on our operator's Discord channel​
Copy link