Prometheus monitoring is only available with Self-Managed instances.
/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: