diff --git a/src/data/markdown/translated-guides/en/02 Using k6/17 HTTP debugging.md b/src/data/markdown/translated-guides/en/02 Using k6/17 HTTP debugging.md index 8307abe3ce..a304fde4c3 100644 --- a/src/data/markdown/translated-guides/en/02 Using k6/17 HTTP debugging.md +++ b/src/data/markdown/translated-guides/en/02 Using k6/17 HTTP debugging.md @@ -2,7 +2,6 @@ title: 'HTTP debugging' excerpt: "Things don't always work as expected. For those cases there is a handy CLI flag, --http-debug, that is good to be aware of." hideFromSidebar: true -canonicalUrl: https://grafana.com/docs/k6 --- Things don't always work as expected. For those cases, enabling the [--http-debug](/using-k6/k6-options/reference#http-debug) option will log HTTP requests and responses to help you debugging the script. diff --git a/src/data/markdown/translated-guides/en/02 Using k6/19 Javascript Compatibility Mode.md b/src/data/markdown/translated-guides/en/02 Using k6/19 Javascript Compatibility Mode.md index 629bbdd60b..5df66b3d2f 100644 --- a/src/data/markdown/translated-guides/en/02 Using k6/19 Javascript Compatibility Mode.md +++ b/src/data/markdown/translated-guides/en/02 Using k6/19 Javascript Compatibility Mode.md @@ -2,7 +2,6 @@ title: JavaScript Compatibility Mode excerpt: 'k6 supports running test scripts with different ECMAScript compatibility modes using --compatibility-mode' hideFromSidebar: true -canonicalUrl: https://grafana.com/docs/k6 --- You can run test scripts with different ECMAScript compatibility modes with the diff --git a/src/data/markdown/translated-guides/en/02 Using k6/20 Workaround Iteration Duration.md b/src/data/markdown/translated-guides/en/02 Using k6/20 Workaround Iteration Duration.md index 537203965b..0b5ef88c02 100644 --- a/src/data/markdown/translated-guides/en/02 Using k6/20 Workaround Iteration Duration.md +++ b/src/data/markdown/translated-guides/en/02 Using k6/20 Workaround Iteration Duration.md @@ -2,7 +2,6 @@ title: Workaround to calculate iteration_duration excerpt: 'A threshold can calculate the value of a metric excluding the results of the setup and teardown functions' hideFromSidebar: true -canonicalUrl: https://grafana.com/docs/k6 --- A common requested case is to track the `iteration_duration` metric without including time spent for `setup` and `teardown` functions. diff --git a/src/data/markdown/translated-guides/en/07 Testing Guides/01 API load testing.md b/src/data/markdown/translated-guides/en/07 Testing Guides/01 API load testing.md index 61fbf02cfd..0f58fb69fa 100644 --- a/src/data/markdown/translated-guides/en/07 Testing Guides/01 API load testing.md +++ b/src/data/markdown/translated-guides/en/07 Testing Guides/01 API load testing.md @@ -2,7 +2,8 @@ title: 'API load testing' head_title: 'Intro to API Load Testing: The k6 Guide' excerpt: 'Load testing APIs has many facets. This guide introduces you to performance testing and provides best practices to load test your APIs with k6.' -canonicalUrl: https://grafana.com/docs/k6 +# // TODO: Point canonical to new URL once it's published +# canonicalUrl: https://grafana.com/ --- An API load test generally starts with small loads on isolated components. diff --git a/src/data/markdown/translated-guides/en/08 Misc/04 k6 REST API.md b/src/data/markdown/translated-guides/en/08 Misc/04 k6 REST API.md index 82fe9e5539..95a40255ba 100644 --- a/src/data/markdown/translated-guides/en/08 Misc/04 k6 REST API.md +++ b/src/data/markdown/translated-guides/en/08 Misc/04 k6 REST API.md @@ -4,7 +4,6 @@ excerpt: 'With this API you can see and control different execution aspects like number of VUs, pause or resume the test, list groups, set and get the setup data and more.' hideFromSidebar: true -canonicalUrl: https://grafana.com/docs/k6 --- When k6 starts, it spins up an HTTP server with a REST API that can be used to control some