You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the prometheus configuration is generated and loaded when the network is first created. To enable nodes to be added to the network, we will need to allow the prometheus monitoring application to receive metrics from new nodes.
Possible options for this include:
Using prometheus in a push based way so that new nodes push metrics to our monitor
Recreating the prometheus configuration when each node is instantiated.
The text was updated successfully, but these errors were encountered:
williambanfield
changed the title
Prometheus can monitor peers that are added to the network late
Prometheus can monitor peers that are added to the network after startup
Jun 9, 2022
I see now that the way we did this in GoT was to deploy Telegraf instances on all of the validators to collect all metrics and push them directly to a central InfluxDB instance, to which we connected our Grafana dashboard for querying/monitoring.
Currently, the prometheus configuration is generated and loaded when the network is first created. To enable nodes to be added to the network, we will need to allow the prometheus monitoring application to receive metrics from new nodes.
Possible options for this include:
The text was updated successfully, but these errors were encountered: