> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minenet.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Observability

> Use metrics and logs to monitor service health and diagnose runtime issues.

Minenet observability provides team-scoped metrics and logs views for server operations.

## Metrics view

* Aggregate memory and disk utilization across selected resources.
* Per-resource timeseries for CPU, memory, disk, and network.
* Time range controls (for example, `1h`, `6h`, `24h`, `7d`).

## Logs view

* Team log query endpoint with filters.
* Server selector for targeted investigation.
* Level and search filters for faster triage.

## Practical workflow

1. Start with metrics to detect scope and timing.
2. Narrow to affected resources.
3. Query logs for error signals around the same time window.
4. Correlate with deployment runs or snapshot events.

## Related guides

* [Resilience and snapshots](/guides/platform/resilience-snapshots)
* [Run lifecycle and monitoring](/guides/deployments/run-lifecycle-and-monitoring)
* [Safe rollouts and troubleshooting](/guides/deployments/safe-rollouts-and-troubleshooting)
