Skip to content

Commit df13bdd

Browse files
committed
Remove sections about k6 Cloud on the k6 OSS documentation
1 parent 002667d commit df13bdd

File tree

11 files changed

+2
-98
lines changed

11 files changed

+2
-98
lines changed

src/data/markdown/translated-guides/en/02 Using k6/01 HTTP requests.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,3 @@ export default function () {
210210
```
211211

212212
</CodeGroup>
213-
214-
## Inside k6 Cloud Results
215-
216-
[k6 Cloud Results HTTP Table](/cloud/analyzing-results/http) organizes requests by URL.
217-
218-
![k6 Cloud URL table](./images/HTTP-requests/cloud-insights-http-tab.png)

src/data/markdown/translated-guides/en/02 Using k6/03 Checks.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,6 @@ $ k6 run checks.js
142142
> If you need the whole test to fail based on the results of a check, you have to [combine checks with thresholds](/using-k6/thresholds/#failing-a-load-test-using-checks).
143143
> This is particularly useful in specific contexts, such as integrating k6 into your CI pipelines or receiving alerts when scheduling your performance tests.
144144
145-
## Checks in k6 Cloud Results
146-
147-
In [k6 Cloud Results](/cloud/analyzing-results/overview) `Checks` have their [own tab](/cloud/analyzing-results/checks) for analysis.
148-
149-
When you select a check, you can see the count of passes/failures at given points in the test.
150-
You can also add the check to the **Analysis** tab, for and compare it to other metrics.
151-
152-
![k6 Cloud Checks Tab](./images/Checks/cloud-insights-checks-tab.png)
153-
154145
## Read more
155146

156147
- [Check Javascript API](/javascript-api/k6/check/)

src/data/markdown/translated-guides/en/02 Using k6/04 Thresholds.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -527,15 +527,3 @@ export default function () {
527527
```
528528
529529
</CodeGroup>
530-
531-
## Thresholds in k6 Cloud Results
532-
533-
In [k6 Cloud Results](/cloud/analyzing-results/overview) `Thresholds` are available in
534-
their [own tab](/cloud/analyzing-results/thresholds) for analysis.
535-
536-
You can also see how the underlying metric compares to a specific threshold throughout the test.
537-
The threshold can be added to the analysis tab for further comparison against other metrics.
538-
539-
![k6 Cloud Thresholds Tab](images/Thresholds/cloud-insights-thresholds-tab.png)
540-
541-
Learn more about analyzing results in the [k6 Cloud Results docs](/cloud/analyzing-results/overview).

src/data/markdown/translated-guides/en/02 Using k6/08 Tags and Groups.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -336,14 +336,3 @@ If your code looks like the preceding snippet, consider the following strategies
336336
- To provide a meaningful name to your request, set the value of [tags.name](/using-k6/http-requests#http-request-tags).
337337
- To reuse common logic or organize your code better, group logic in functions, or create a [local JavaScript module](/using-k6/modules#local-filesystem-modules) and import it into the test script.
338338
- To model advanced user patterns, check out [Scenarios](/using-k6/scenarios).
339-
340-
## Tags and Groups in k6 Cloud Results
341-
342-
In [k6 Cloud Results](/cloud/analyzing-results/overview) you can see groups in the [result tabs](/cloud/analyzing-results/overview#result-tabs).
343-
344-
When using Groups, you can view [Checks](/using-k6/checks) and [HTTP Requests](/using-k6/http-requests) by group.
345-
You can also switch between the group and list layout by changing the **view as** selection in the top right.
346-
347-
![k6 Cloud URL Grouping](./images/Tags-and-Groups/cloud-insights-http-tab.png)
348-
349-
To filter results by tag, you can use the [analysis tab](/cloud/analyzing-results/analysis-tab).

src/data/markdown/translated-guides/en/02 Using k6/17 HTTP debugging.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,3 @@ X-Xss-Protection: 1; mode=block
9797
## Read more
9898

9999
- [Debugging Using a Web Proxy](https://k6.io/blog/k6-load-testing-debugging-using-a-web-proxy/)
100-
- [Cloud FAQ: What is the best way to debug my load test scripts?](/cloud/creating-and-running-a-test/troubleshooting/)

src/data/markdown/translated-guides/es/02 Using k6/01 HTTP requests.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,4 @@ for (let id = 1; id <= 100; id++) {
194194
// tags.name="http://example.com/posts/${}",
195195
```
196196

197-
</CodeGroup>
198-
199-
## Resultados en k6 Cloud
200-
201-
202-
La [tabla HTTP de k6 Cloud Results](/cloud/analyzing-results/http-tab) mostrará todas las peticiones, a nivel agregado por URL.
203-
204-
![k6 Cloud URL table](./images/HTTP-requests/cloud-insights-http-tab.png)
197+
</CodeGroup>

src/data/markdown/translated-guides/es/02 Using k6/02 Metrics.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -321,11 +321,3 @@ agregados a la métrica eran distintos de cero.
321321
322322
- las métricas personalizadas solo se recopilan de los subprocesos de VU al final de una iteración de VU, lo que significa que
323323
en el caso de los scripts de ejecución prolongada, es posible que no vea ninguna métrica personalizada hasta un tiempo después de la prueba.
324-
325-
## Gráficos métricos en k6 Cloud Results
326-
327-
Si usa [k6 resultados en cloud](/cloud/analyzing-results/overview), tiene acceso a todas las pruebas
328-
métricas dentro de la [Analysis Tab](/cloud/analyzing-results/analysis-tab). Puede utilizar esta tab para analizar y analizar más a fondo
329-
compare los datos de los resultados de las pruebas para buscar correlaciones significativas en sus datos.
330-
331-
![k6 Cloud Analysis Tab](images/Metrics/cloud-insights-analysis-tab.png)

src/data/markdown/translated-guides/es/02 Using k6/03 Checks.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,6 @@ $ k6 run checks.js
134134
> Si necesita que toda la prueba falle según los resultados de una verificación, debe [combinar checks con thresholds](/using-k6/thresholds/#failing-a-load-test-using-checks).
135135
> Esto es particularmente útil en contextos específicos, como la integración de k6 en sus canalizaciones de CI o la recepción de alertas al programar sus pruebas de rendimiento.
136136
137-
## Checks en los resultados de k6 Cloud
138-
139-
En [k6 Resultados en la cloud](/cloud/analyzing-results/overview) `Checks` están disponibles en su [propia tab](/cloud/analyzing-results/checks-tab) para su análisis.
140-
141-
Aquí podemos ver rápidamente qué checks fallan y, al hacer clic en cualquier check, ver el recuento de aprobados/fallidos
142-
en determinados puntos de teste. También puede agregar la verificación a la tab de análisis, para una mayor comparación con otras métricas.
143-
144-
![k6 Cloud Checks Tab](./images/Checks/cloud-insights-checks-tab.png)
145-
146137
## Ver también
147138

148139
- [API de JavaScript](/javascript-api/k6/check/)

src/data/markdown/translated-guides/es/02 Using k6/04 Thresholds.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -449,12 +449,4 @@ export default function () {
449449
}
450450
```
451451
452-
</CodeGroup>
453-
454-
## Thresholds en k6 Cloud Results
455-
456-
En los resultados de k6 Cloud los thresholds están disponibles en su [propia pestaña](/cloud/analyzing-results/thresholds) para su análisis.
457-
458-
También puede ver cómo se compara la métrica subyacente con un threshold específico a lo largo de la prueba. El threshold puede añadirse a la pestaña de análisis para su posterior comparación con otras métricas.
459-
460-
![k6 Cloud Thresholds Tab](images/Thresholds/cloud-insights-thresholds-tab.png)
452+
</CodeGroup>

src/data/markdown/translated-guides/es/02 Using k6/08 Tags and Groups.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,3 @@ export const options = {
213213
</CodeGroup>
214214

215215
Lea más sobre la sintaxis de la [salida de resultados](/es/visualizacion-de-resultados/json/) de k6 para ver cómo las etiquetas afectan a la salida de los resultados de las pruebas.
216-
217-
## Tags y Groups en k6 Cloud
218-
219-
En k6 Cloud Results se pueden ver grupos en las pestañas de resultados.
220-
221-
Cuando se utilizan grupos, Checks y las solicitudes HTTP pueden verse por grupos, como se muestra a continuación. Puede cambiar entre el diseño de grupo y el de lista cambiando la selección de "ver como" en la parte superior derecha.
222-
223-
224-
![k6 Cloud URL Grouping](./images/Tags-and-Groups/cloud-insights-http-tab.png)
225-
226-
Además, puede filtrar los resultados por etiquetas en la [pestaña de análisis](/cloud/analyzing-results/analysis-tab).

0 commit comments

Comments
 (0)