> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/platform/platform-services/_archive/monitoring-and-reporting.md).

# Monitoring & Reporting

Monitoring the status of programs and registries is vital for program administrators. With OpenG2P's monitoring and logging tools, program administrators can

1. Monitor programs via visual dashboards
2. Generate reports
3. Monitor system health in real-time

The following tools are provided

* [Apache Superset](https://superset.apache.org/) for visual pre-configured **dashboards.**
* [Reporting Framework](/platform/platform-services/_archive/reporting-framework.md) for real-time updates and **slicing and dicing of data.**
* [Logging pipeline](/platform/platform-services/_archive/logging.md) for **system logs** monitoring.
* [Prometheus and Grafana](/platform/platform-services/_archive/system-health.md) for **system health** monitoring.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><mark style="color:purple;">Dashboards</mark></td><td></td><td><a href="/files/oBJ5CZgpaemXis2NGJee">/files/oBJ5CZgpaemXis2NGJee</a></td><td><a href="/pages/6ScsaNpeMdwMySuagVxS">/pages/6ScsaNpeMdwMySuagVxS</a></td></tr><tr><td></td><td><mark style="color:purple;">Reporting Framework</mark></td><td></td><td><a href="/files/WzjjtwN8S4jsbKcG99sy">/files/WzjjtwN8S4jsbKcG99sy</a></td><td><a href="/pages/9CYLrpgHYM3KrflvR4Dj">/pages/9CYLrpgHYM3KrflvR4Dj</a></td></tr><tr><td></td><td><mark style="color:purple;">Logging</mark></td><td></td><td><a href="/files/GrBkYJQU1VchPsncL4P5">/files/GrBkYJQU1VchPsncL4P5</a></td><td><a href="/pages/CX0s4sfrmIAONq21eOJF">/pages/CX0s4sfrmIAONq21eOJF</a></td></tr><tr><td></td><td><mark style="color:purple;">System Health</mark></td><td></td><td><a href="/files/Twd7hzUCDJ1lZe6J6YRV">/files/Twd7hzUCDJ1lZe6J6YRV</a></td><td><a href="/pages/suxo4b2Q5b0IDp3SyHJm">/pages/suxo4b2Q5b0IDp3SyHJm</a></td></tr></tbody></table>


---

# 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://docs.openg2p.org/platform/platform-services/_archive/monitoring-and-reporting.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.
