Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Prometheus

Each 2i2c Hub is set up with a Prometheus server to collect metrics and information about activity on the hub

The prometheus server runs in the support namespace.

Logging in

Kubernetes port forwarding can be used to access the prometheus dashboard which can be used to check scrape targets and the metrics explorer to examine available metrics.

deployer use-cluster-credentials $CLUSTER_NAME
kubectl port-forward -n support deploy/support-prometheus-server 9090:9090