> For the complete documentation index, see [llms.txt](https://docs.seldon.ai/seldon-enterprise-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seldon.ai/seldon-enterprise-platform/architecture/observability.md).

# Observability

Being able to see what is happening within the Seldon Deployments provides benefits for debugging, performance profiling, and many other things.

## Metrics

Seldon Core provides out of the box Prometheus metrics for monitoring. These include operational metrics like request latency and feedback on predictions.

The Seldon Enterprise Platform UI provides a number of dashboards exposing both these metrics and more about model and deployment usage. You can also access these directly via the Prometheus UI or other tools that integrate with Prometheus, such as Grafana.

Detailed demos showing monitoring are available in the [Demos](/seldon-enterprise-platform/demos.md).

You can learn more about the Seldon Core [documentation](https://docs.seldon.io/projects/seldon-core/en/v2/contents/kubernetes/metrics/index.html).

## Tracing

Seldon Core also provides out of the box OpenTelemetry tracing.

You can learn more about the Seldon Core [documentation](https://docs.seldon.io/projects/seldon-core/en/v2/contents/kubernetes/tracing/index.html).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seldon.ai/seldon-enterprise-platform/architecture/observability.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
