# Monitoring

Covers health signals, throughput, and delivery monitoring.

### What Is Monitored

IntelFactor monitors:

```mermaid
flowchart LR
  EDGE[Edge services] --> MET[Metrics]
  EDGE --> LOG[Logs]
  EDGE --> TR[Traces]

  MET --> MSTORE[Metrics store]
  LOG --> LSTORE[Log store]
  TR --> APM[Tracing/APM]

  MSTORE --> DASH[Dashboards]
  LSTORE --> ALERT[Alert rules]
  APM --> ALERT
  ALERT --> ONCALL[Ops notifications]
```

* Edge node health
* Processing throughput
* Resource utilization
* Event delivery status

### Alerts

Alerts are generated when signals indicate abnormal or degraded conditions.

Alerting behavior varies by deployment and environment.

### Next steps

* [Reliability & degradation](/doc/intelfactor-ai/operations-and-security/reliability-and-degradation.md)
* [Security model](/doc/intelfactor-ai/operations-and-security/security-model.md)
* [Deployment philosophy](/doc/intelfactor-ai/validation-and-rollout/deployment-philosophy.md)


---

# 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://intelfactor.gitbook.io/doc/intelfactor-ai/operations-and-security/monitoring.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.
