Skip to content

Commit

Permalink
format lists with columns (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbymilo authored Oct 23, 2024
1 parent 31ffcc4 commit b2c122d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/sources/next/misc/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ If a certain term in these docs confuses you, consult this list for a definition

<Glossary>

{{< column-list >}}
- [Application performance monitoring](#application-performance-monitoring)
- [Concurrent sessions](#concurrent-sessions)
- [Checks](#checks)
Expand Down Expand Up @@ -56,6 +57,7 @@ If a certain term in these docs confuses you, consult this list for a definition
- [Throughput](#throughput)
- [Virtual user](#virtual-user)
- [YAML](#yaml)
{{< /column-list >}}

</Glossary>

Expand Down
4 changes: 4 additions & 0 deletions docs/sources/next/misc/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Generate a k6 script quickly from an existing file.

k6 can output test results to various formats and 3rd-party services.

{{< column-list >}}
- [Amazon CloudWatch](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/amazon-cloudwatch)
- [Apache Kafka](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/apache-kafka)
- [CSV](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/csv)
Expand All @@ -48,11 +49,13 @@ k6 can output test results to various formats and 3rd-party services.
- [Prometheus](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/prometheus-remote-write)
- [StatsD](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/statsd)
- [TimescaleDB](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/timescaledb)
{{< /column-list >}}

## Continuous Integration and Continuous Delivery

By automating load testing with your CI / CD tools, you can quickly see when a code change has introduced a performance regression.

{{< column-list >}}
- [AWS CodeBuild](https://k6.io/blog/integrating-k6-with-aws-codebuild/)
- [Azure Pipelines](https://k6.io/blog/integrating-load-testing-with-azure-pipelines/)
- [Bamboo](https://k6.io/blog/integrating-k6-with-bamboo/)
Expand All @@ -65,6 +68,7 @@ By automating load testing with your CI / CD tools, you can quickly see when a c
- [Jenkins](https://k6.io/blog/integrating-load-testing-with-jenkins/)
- [Keptn](https://k6.io/blog/performance-testing-in-keptn-using-k6/)
- [TeamCity](https://k6.io/blog/load-testing-using-teamcity-and-k6/)
{{< /column-list >}}

## Chaos engineering

Expand Down
2 changes: 2 additions & 0 deletions docs/sources/v0.54.x/misc/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ If a certain term in these docs confuses you, consult this list for a definition

<Glossary>

{{< column-list >}}
- [Application performance monitoring](#application-performance-monitoring)
- [Concurrent sessions](#concurrent-sessions)
- [Checks](#checks)
Expand Down Expand Up @@ -56,6 +57,7 @@ If a certain term in these docs confuses you, consult this list for a definition
- [Throughput](#throughput)
- [Virtual user](#virtual-user)
- [YAML](#yaml)
{{< /column-list >}}

</Glossary>

Expand Down
5 changes: 4 additions & 1 deletion docs/sources/v0.54.x/misc/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Generate a k6 script quickly from an existing file.

k6 can output test results to various formats and 3rd-party services.

{{< column-list >}}
- [Amazon CloudWatch](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/amazon-cloudwatch)
- [Apache Kafka](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/apache-kafka)
- [CSV](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/csv)
Expand All @@ -48,11 +49,13 @@ k6 can output test results to various formats and 3rd-party services.
- [Prometheus](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/prometheus-remote-write)
- [StatsD](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/statsd)
- [TimescaleDB](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/timescaledb)
{{< /column-list >}}

## Continuous Integration and Continuous Delivery

By automating load testing with your CI / CD tools, you can quickly see when a code change has introduced a performance regression.

{{< column-list >}}
- [AWS CodeBuild](https://k6.io/blog/integrating-k6-with-aws-codebuild/)
- [Azure Pipelines](https://k6.io/blog/integrating-load-testing-with-azure-pipelines/)
- [Bamboo](https://k6.io/blog/integrating-k6-with-bamboo/)
Expand All @@ -65,7 +68,7 @@ By automating load testing with your CI / CD tools, you can quickly see when a c
- [Jenkins](https://k6.io/blog/integrating-load-testing-with-jenkins/)
- [Keptn](https://k6.io/blog/performance-testing-in-keptn-using-k6/)
- [TeamCity](https://k6.io/blog/load-testing-using-teamcity-and-k6/)

{{< /column-list >}}
## Chaos engineering

- [Steadybit](https://k6.io/blog/chaos-engineering-with-k6-and-steadybit) - Using k6 and Steadybit for chaos engineering.
Expand Down

0 comments on commit b2c122d

Please sign in to comment.