Monitoring
Online status
The Edge Site performs periodic pings to the Foxglove API control plane to report health. Organization admins can see this status on Foxglove web console's Settings page.
Prometheus
The Edge Site service exposes processing and memory statistics on a Prometheus metrics scraping endpoint on port 6002.
To see available metrics, use the kubectl
command to forward the Prometheus port:
$ kubectl port-forward -n foxglove service/edge-controller 6002:6002
$ curl -X GET http://localhost:6002/metrics
See the Prometheus documentation for more information.