Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/tutorials/en/environment-exhaustive-testing-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A comprehensive checklist of tests to validate that your application is fully fu

Each section in this guide has a cost: preparation time, infrastructure overhead, and development effort. Before running a section, evaluate whether the risk it addresses is real for your application and whether the investment is proportional.

Sometimes the same risk can be managed at a lower cost. Instead of building a full load-testing suite, for example, you could configure latency and error-rate alerts in Grafana that notify you before degraded performance reaches your users. Observability and alerting are covered in [Section 6 — Observability](#section-6-observability).
Sometimes the same risk can be managed at a lower cost. Instead of building a full load-testing suite, for example, any monitoring stack you already have in place can let you act proactively before performance degrades and reaches your users. Observability is covered in [Section 6 — Observability and Alerts](#section-6-observability-and-alerts).

Think of this guide as a menu. Pick the sections that match your risk tolerance and application criticality — you don't have to run everything.

Expand Down Expand Up @@ -377,7 +377,7 @@ Observability is not optional — if something goes wrong after the migration, y
### Metrics in Grafana

1. Open **Grafana** (available as an addon in your Cluster)
2. Verify that dashboards exist for your application showing at minimum: CPU usage, memory usage, requests/sec, error rate, and response latency
2. Verify that dashboards exist for your application showing at minimum: CPU usage and memory usage
3. **Pass:** All metrics are populated with recent data
4. **Fail:** Metrics are missing or show "No data" — check that Prometheus is scraping your application's metrics endpoint

Expand Down
4 changes: 2 additions & 2 deletions content/tutorials/es/environment-exhaustive-testing-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Un checklist completo de pruebas para validar que tu aplicación funciona correc

Cada sección de esta guía tiene un costo: tiempo de preparación, overhead de infraestructura y esfuerzo de desarrollo. Antes de ejecutar una sección, evaluá si el riesgo que cubre es real para tu aplicación y si la inversión es proporcional.

A veces el mismo riesgo se puede mitigar de forma más económica. En lugar de montar un stack completo de load testing, por ejemplo, podés configurar alertas de latencia y tasa de errores en Grafana que te avisen antes de que el rendimiento degradado llegue a tus usuarios. La observabilidad y las alertas se cubren en la [Sección 6 — Observabilidad](#sección-6-observabilidad).
A veces el mismo riesgo se puede mitigar de forma más económica. En lugar de montar un stack completo de load testing, por ejemplo, cualquier stack de monitoreo que ya tengas te permite accionar de forma proactiva antes de que el rendimiento se degrade y llegue a tus usuarios. La observabilidad se cubre en la [Sección 6 — Observabilidad y alertas](#sección-6-observabilidad-y-alertas).

Pensá en esta guía como un menú. Elegí las secciones que correspondan a tu tolerancia al riesgo y la criticidad de tu aplicación — no tenés que correrlo todo.

Expand Down Expand Up @@ -377,7 +377,7 @@ La observabilidad no es opcional — si algo falla después de la migración, ne
### Métricas en Grafana

1. Abrí **Grafana** (disponible como addon en tu Cluster)
2. Verificá que existan dashboards para tu aplicación mostrando como mínimo: uso de CPU, uso de memoria, requests/seg, tasa de errores, y latencia de respuesta
2. Verificá que existan dashboards para tu aplicación mostrando como mínimo: uso de CPU y uso de memoria
3. **Pasa:** Todas las métricas están pobladas con datos recientes
4. **Falla:** Faltan métricas o muestran "No data" — verificá que Prometheus esté scrapeando el endpoint de métricas de tu aplicación

Expand Down