# Insights (Metrics)

This section provides users with insights into the status of EDITable jobs and the health of various internal services.

<figure><img src="/files/9UjEeh94teI85QsPesEf" alt=""><figcaption><p>Insights/Metrics</p></figcaption></figure>

## **1. Jobs' Status**

Users can view the status of various jobs:

* **Completed Jobs:** The number of jobs that were successfully completed.
* **Queued Jobs:** The number of jobs that are currently in the queue waiting to be processed.
* **Running Jobs:** The number of jobs that are currently in process.
* **Failed Jobs:** The number of jobs that have not been completed successfully.

Using the highlighted dropdown, you can view these details for the current day, the previous week, or the month.

<figure><img src="/files/v5tKKuPjlTyzIPd2bOGb" alt=""><figcaption><p>Status of jobs</p></figcaption></figure>

## 2. Components

Users can monitor the current health and availability of critical internal services. This includes:

* **Queue Health:**
  * This indicates the status of the internal service queue, including metrics such as queue length and processing times.
* **Email Service**:
  * This includes the status and health of the email service, such as email delivery rate metrics and any associated issues.
* **Power BI Availability**:
  * This shows the current availability and status of Power BI integration, including uptime and response times.
* **Storage Account Connectivity**:
  * This shows the status of connectivity to storage accounts, including metrics on connection stability and any issues encountered.


---

# Agent Instructions: 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.editable.io/admin-portal-and-editable-console/insights-metrics.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.
