Use Prometheus with W&B Server. Prometheus installs are exposed as a kubernetes ClusterIP service. Follow the procedure below to access your Prometheus metrics endpoint (Documentation Index
Fetch the complete documentation index at: https://translations.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/metrics):
- Connect to the cluster with Kubernetes CLI toolkit, kubectl. See kubernetes’ Accessing Clusters documentation for more information.
-
Find the internal address of the cluster with:
-
Start a shell session inside your container running in your Kubernetes cluster with
kubectl exec. Hit the endpoint at<internal address>/metrics. Copy the command below and execute it in your terminal and replace<internal address>with your internal address: