Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update canonical URLs #1493

Merged
merged 7 commits into from
Jan 31, 2024
Merged
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
1 change: 0 additions & 1 deletion docs/sources/next/examples/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Examples
weight: 11
noindex: true
---

# Examples
Expand Down
1 change: 0 additions & 1 deletion docs/sources/v0.49.x/examples/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Examples
weight: 11
noindex: true
---

# Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: 'Load test types'
head_title: 'Understanding the Different Types of Load Tests: Goals and Recommendations'
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.'
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/load-testing/load-testing-types/
canonicalUrl: https://grafana.com/load-testing/types-of-load-testing/
---

Many things can go wrong when a system is under load.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "Smoke testing"
head_title: 'What is Smoke Testing? How to create a Smoke Test in k6'
excerpt: "A Smoke test is a minimal load test to run when you create or modify a script."
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/smoke-testing/
---

Smoke tests have a minimal load.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: 'Load testing'
head_title: 'What is Load Testing? How to create a Load Test in k6'
excerpt: 'An average load test assesses the performance of your system in terms of concurrent users or requests per second.'
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/average-load-testing/
---

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: 'Stress testing'
head_title: 'What is Stress Testing? How to create a Stress Test in k6'
excerpt: 'Stress tests assess the limits of your system and stability under extreme conditions.'
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/stress-testing/
---

Stress testing assesses how the system performs when loads are heavier than usual.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: 'Soak testing'
head_title: 'What is Soak Testing? How to create a Soak Test in k6'
excerpt: 'A Soak Test tests the reliability and performance of your system over extended periods of use.'
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/soak-testing/
---

Soak testing is another variation of the Average-Load test. It focuses on extended periods, analyzing the following:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Spike testing'
excerpt: 'Spike tests simulate moments of short, extreme load'
canonicalUrl: https://grafana.com/docs/k6/latest/testing-guides/test-types/spike-testing/
canonicalUrl: https://grafana.com/blog/2024/01/30/spike-testing/
---

A spike test verifies whether the system survives and performs under sudden and massive rushes of utilization.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: 'Breakpoint testing'
excerpt: 'Breakpoint tests aim to find system limits. They increase load until the system fails.'
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/breakpoint-testing/
---

Breakpoint testing aims to find system limits. Reasons you might want to know the limits include:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
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.'
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/api-load-testing/
---

An API load test generally starts with small loads on isolated components.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: 'Load testing websites'
head_title: 'How to Load Test a Website: The k6 Guide'
excerpt: 'Do you know how many users your site can handle? This guide answers the WHY and WHEN you should load test your website and gives you the best practices for load testing websites or web apps with k6. Let’s get started.'
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/load-testing-websites/
---

This doc explains some key concepts about load testing websites, including:
Expand Down
3 changes: 1 addition & 2 deletions src/utils/seo-metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export default {
examples: {
data: {
title: 'k6 Examples & Tutorials',
// TODO: Point canonical to new URL once it's published
// canonicalUrl: 'https://grafana.com/load-testing/load-testing-examples/',
canonicalUrl: 'https://grafana.com/docs/k6/latest/examples/',
description:
'The k6 Examples & Tutorials is a directory with common k6 examples and the most popular tutorials using k6.',
},
Expand Down
Loading