> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-enterprise/deka-gpu/deka-gpu-metric-collection/troubleshooting.md).

# Troubleshooting

## No Container Metrics

* Check that the app exposes metrics on the specified port and path
* Verify pod annotations are present and correct:

## Metrics not appearing in queries

* Verify metric names and labels in Prometheus UI
* Check if metrics endpoint is accessible:

```bash
kubectl port-forward -n <namespace> pod/<pod_name> 8080:8080 curl http://localhost:8080/metrics
```

## High Cardinality Issues

* Limit label values to avoid metric explosion
* Use recording rules for frequently queried complex metrics

{% hint style="success" %}
**Notes**

* **Metric retention**: Metrics are retained for 30 days or until the storage limit of 50GB is reached.
* **Custom metrics**: Expose your application's metrics at the
* **Support**: For assistance, open a [ticket](/guidance-for-enterprise/service-portal-ai/ticket.md) in the Service Portal.
  {% endhint %}
