> For the complete documentation index, see [llms.txt](https://docs.violetlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.violetlabs.com/es/funciones/workflows/observabilidad.md).

# Observabilidad

### Observabilidad de la sincronización de datos

Para supervisar la salud, el rendimiento y el estado de una sincronización de datos, navega a la página de Integraciones.

Haz clic en una fila de integración para expandirla y ver métricas sobre **tiempo de obtención** (es decir, datos que se están ingiriendo en Violet) y **tiempo de transferencia de datos** (es decir, datos que se sincronizan con una herramienta de destino como NetSuite o Manufacturo):

<div><figure><img src="/files/1fb13829080de9eed3b43b3c676f7afda48f425d" alt="" width="563"><figcaption><p>Métricas de ingestión de datos</p></figcaption></figure> <figure><img src="/files/136d3e5439a3dbd9ae3b637de44baf51fb6fe8b0" alt="" width="563"><figcaption><p>Métricas de sincronización de datos</p></figcaption></figure></div>

Supervisa los detalles del progreso de la sincronización y cualquier advertencia o error potencial en la **línea de tiempo de la integración:**

<div><figure><img src="/files/6ca1983359f8864025cab503ac134284b997de6d" alt="" width="375"><figcaption><p>Ver progreso y errores en la línea de tiempo de la integración</p></figcaption></figure> <figure><img src="/files/26fe0259ce371374f15707f3b2e265c2880a0b62" alt="" width="375"><figcaption><p>Ver detalles de errores y advertencias de sincronización</p></figcaption></figure></div>

Y suscríbete para recibir resúmenes por correo electrónico del progreso de la sincronización (o solo advertencias y errores):

<figure><img src="/files/a9d2b3f02f9391ed4aa86389e9e1f42591f80b54" alt="" width="375"><figcaption><p>Suscribirse a resúmenes por correo electrónico del progreso o fallos de la sincronización</p></figcaption></figure>


---

# 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.violetlabs.com/es/funciones/workflows/observabilidad.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.
