Skip to content

Commit e27dc4e

Browse files
chore: update canonical URLs (#1493)
* chore: update canonical URLs * chore: update remaining canonical URls * chore: more updates * chore: update examples canonical * chore: remove noindex from Grafana examples * chore: add canonicals for average load and spike testing
1 parent 4ac7c00 commit e27dc4e

File tree

12 files changed

+10
-21
lines changed

12 files changed

+10
-21
lines changed

docs/sources/next/examples/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Examples
33
weight: 11
4-
noindex: true
54
---
65

76
# Examples

docs/sources/v0.49.x/examples/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Examples
33
weight: 11
4-
noindex: true
54
---
65

76
# Examples

src/data/markdown/translated-guides/en/06 Test Types/00 Load test types.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: 'Load test types'
33
head_title: 'Understanding the Different Types of Load Tests: Goals and Recommendations'
44
excerpt: 'A series of conceptual articles explaining the different types of load tests. Learn about planning, running, and interpreting different tests for different performance goals.'
5-
# // TODO: Point canonical to new URL once it's published
6-
# canonicalUrl: https://grafana.com/load-testing/load-testing-types/
5+
canonicalUrl: https://grafana.com/load-testing/types-of-load-testing/
76
---
87

98
Many things can go wrong when a system is under load.

src/data/markdown/translated-guides/en/06 Test Types/01 Smoke Testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: "Smoke testing"
33
head_title: 'What is Smoke Testing? How to create a Smoke Test in k6'
44
excerpt: "A Smoke test is a minimal load test to run when you create or modify a script."
5-
# // TODO: Point canonical to new URL once it's published
6-
# canonicalUrl: https://grafana.com/
5+
canonicalUrl: https://grafana.com/blog/2024/01/30/smoke-testing/
76
---
87

98
Smoke tests have a minimal load.

src/data/markdown/translated-guides/en/06 Test Types/02 Load Testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: 'Load testing'
33
head_title: 'What is Load Testing? How to create a Load Test in k6'
44
excerpt: 'An average load test assesses the performance of your system in terms of concurrent users or requests per second.'
5-
# // TODO: Point canonical to new URL once it's published
6-
# canonicalUrl: https://grafana.com/
5+
canonicalUrl: https://grafana.com/blog/2024/01/30/average-load-testing/
76
---
87

98
An average-load test assesses how the system performs under typical load. Typical load might be a regular day in production or an average moment.

src/data/markdown/translated-guides/en/06 Test Types/03 Stress testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: 'Stress testing'
33
head_title: 'What is Stress Testing? How to create a Stress Test in k6'
44
excerpt: 'Stress tests assess the limits of your system and stability under extreme conditions.'
5-
# // TODO: Point canonical to new URL once it's published
6-
# canonicalUrl: https://grafana.com/
5+
canonicalUrl: https://grafana.com/blog/2024/01/30/stress-testing/
76
---
87

98
Stress testing assesses how the system performs when loads are heavier than usual.

src/data/markdown/translated-guides/en/06 Test Types/05 Soak Testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: 'Soak testing'
33
head_title: 'What is Soak Testing? How to create a Soak Test in k6'
44
excerpt: 'A Soak Test tests the reliability and performance of your system over extended periods of use.'
5-
# // TODO: Point canonical to new URL once it's published
6-
# canonicalUrl: https://grafana.com/
5+
canonicalUrl: https://grafana.com/blog/2024/01/30/soak-testing/
76
---
87

98
Soak testing is another variation of the Average-Load test. It focuses on extended periods, analyzing the following:

src/data/markdown/translated-guides/en/06 Test Types/06-spike-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Spike testing'
33
excerpt: 'Spike tests simulate moments of short, extreme load'
4-
canonicalUrl: https://grafana.com/docs/k6/latest/testing-guides/test-types/spike-testing/
4+
canonicalUrl: https://grafana.com/blog/2024/01/30/spike-testing/
55
---
66

77
A spike test verifies whether the system survives and performs under sudden and massive rushes of utilization.

src/data/markdown/translated-guides/en/06 Test Types/07-breakpoint-testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: 'Breakpoint testing'
33
excerpt: 'Breakpoint tests aim to find system limits. They increase load until the system fails.'
4-
# // TODO: Point canonical to new URL once it's published
5-
# canonicalUrl: https://grafana.com/
4+
canonicalUrl: https://grafana.com/blog/2024/01/30/breakpoint-testing/
65
---
76

87
Breakpoint testing aims to find system limits. Reasons you might want to know the limits include:

src/data/markdown/translated-guides/en/07 Testing Guides/01 API load testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: 'API load testing'
33
head_title: 'Intro to API Load Testing: The k6 Guide'
44
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.'
5-
# // TODO: Point canonical to new URL once it's published
6-
# canonicalUrl: https://grafana.com/
5+
canonicalUrl: https://grafana.com/blog/2024/01/30/api-load-testing/
76
---
87

98
An API load test generally starts with small loads on isolated components.

0 commit comments

Comments
 (0)