> For the complete documentation index, see [llms.txt](https://upsolver.gitbook.io/content/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upsolver.gitbook.io/content/reference-1/monitoring/system-catalog.md).

# System Catalog

Upsolver integrates pipeline monitoring and data observability in a single tool, making it easy for you to understand the health, lineage, and freshness of the tables you rely on. With real-time observability, you can detect and mitigate data quality issues before they make their way into business-critical dashboards, reports, and ML models.&#x20;

{% hint style="success" %}
Additionally, Upsolver exposes monitoring and observability metrics to external tools via query-able system tables, making it easy to integrate with any developer stack.
{% endhint %}

#### Information Schema

* [Clusters](/content/reference-1/monitoring/system-catalog/information-schema/clusters.md)
* [Columns](/content/reference-1/monitoring/system-catalog/information-schema/columns.md)
* [Connections](/content/reference-1/monitoring/system-catalog/information-schema/connections.md)
* [Jobs](/content/reference-1/monitoring/system-catalog/information-schema/jobs.md)
* [Mirrors](/content/reference-1/monitoring/system-catalog/information-schema/mirrors.md)
* [Tables](/content/reference-1/monitoring/system-catalog/information-schema/tables.md)
* [Users](/content/reference-1/monitoring/system-catalog/information-schema/users.md)
* [Views](/content/reference-1/monitoring/system-catalog/information-schema/views.md)

#### Insights

* [job\_output\_column\_stats](/content/reference-1/monitoring/system-catalog/insights/job_output_column_stats.md)
* [dataset\_column\_stats](/content/reference-1/monitoring/system-catalog/insights/dataset_column_stats.md)

#### Monitoring

* [CDC Status](/content/reference-1/monitoring/system-catalog/monitoring/cdc-status.md)
* [Clusters](/content/reference-1/monitoring/system-catalog/monitoring/clusters.md)
* [Expectations](/content/reference-1/monitoring/system-catalog/monitoring/expectations.md)
* [Jobs](/content/reference-1/monitoring/system-catalog/monitoring/jobs.md)
* [Partition Statistics](/content/reference-1/monitoring/system-catalog/monitoring/partition-statistics.md)
* [Recent Compactions](/content/reference-1/monitoring/system-catalog/monitoring/recent-compactions.md)
* [Running Queries](/content/reference-1/monitoring/system-catalog/monitoring/running-queries.md)
* [Table Statistics](/content/reference-1/monitoring/system-catalog/monitoring/table-statistics.md)

#### Task Executions Table

* [Task Executions Table](/content/reference-1/monitoring/system-catalog/task-executions-table.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://upsolver.gitbook.io/content/reference-1/monitoring/system-catalog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
