Recovery & Observability/Intermediate
Observability
Implementing instrumentation trackers, metrics logs, and dashboards to analyze cluster health.
Dependency Path
Requires:
Used By:
Environment Target
Compatibility: Chrome >= 110
Last Reviewed: 2026-07-18
Recipes: 17 (2 cookbook / 15 playbook)
Why It Matters
Implementing instrumentation trackers, metrics logs, and dashboards to analyze cluster health.Also known as: metrics logging, logs, monitoring metrics.
telemetrymetricsmonitoringgrafana
Common Problems
Observability gives you visibility into running browser processes: CPU cycles, memory usage, task queues, success rates, and active proxy speeds.
Essential Metrics
- Memory Allocations: Track Chrome RSS memory to trigger rolling restarts before exhaustion occurs.
- Page Telemetry: Log navigation performance, DOM completion duration, and error frequencies.
- Structured logs: Format runtime console metrics into readable JSON schemas for log-aggregators (Loki, Elasticsearch).
Example Recipes
+11 more recipes in the knowledge base