Skip to content

Commit fd3f86a

Browse files
Update results output to highlight cloud option (#1421)
* Update results output to highlight cloud option And rename it from Cloud to Grafana Cloud k6 * Apply changes to current version
1 parent 7ccb49c commit fd3f86a

File tree

4 files changed

+22
-26
lines changed

4 files changed

+22
-26
lines changed

docs/sources/next/results-output/real-time/_index.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
title: Real time
33
excerpt: Send your time-series k6 metrics to multiple file formats and services
44
weight: 200
5-
weight: 200
65
---
76

87
# Real time
98

109
Besides the [end-of-test summary](https://grafana.com/docs/k6/<K6_VERSION>/results-output/end-of-test), you can also view metrics as granular data points.
11-
k6 can stream the metrics in real time and either:
10+
k6 can stream the metrics in real-time and either:
1211

1312
- Write output to a file
1413
- Send output to an external service.
@@ -17,22 +16,19 @@ k6 can stream the metrics in real time and either:
1716

1817
Currently, k6 supports writing to the following file formats:
1918

20-
<Glossary>
21-
2219
- [CSV](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/csv)
2320
- [JSON](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/json)
2421

25-
</Glossary>
26-
2722
## Stream to service {#service}
2823

29-
You can also stream real-time metrics to the following services:
24+
You can also stream real-time metrics to:
3025

31-
<Glossary>
26+
- [Grafana Cloud k6](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/cloud)
27+
28+
As well as the following third-party services:
3229

3330
- [Amazon CloudWatch](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/amazon-cloudwatch)
3431
- [Apache Kafka](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/apache-kafka)
35-
- [Cloud](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/cloud)
3632
- [Datadog](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/datadog)
3733
- [Dynatrace](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/dynatrace)
3834
- [Elasticsearch](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/elasticsearch)
@@ -45,9 +41,11 @@ You can also stream real-time metrics to the following services:
4541
- [StatsD](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/statsd)
4642
- [Other alternative with a custom output extension](https://grafana.com/docs/k6/<K6_VERSION>/extensions/create/output-extensions)
4743

48-
</Glossary>
44+
{{% admonition type="note" %}}
45+
46+
This list applies to local tests, not to [cloud tests](https://grafana.com/docs/grafana-cloud/k6/).
4947

50-
> This list applies to local tests, not to [cloud tests](https://grafana.com/docs/grafana-cloud/k6/).
48+
{{% /admonition %}}
5149

5250
## Read more
5351

docs/sources/next/results-output/real-time/cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: 'Cloud'
2+
title: 'Grafana Cloud k6'
33
excerpt: 'When streaming the results to the cloud, the machine - where you execute the k6 CLI command - runs the test and uploads the results to the cloud. Then, you will be able to visualize and analyze the results on the web app in real-time.'
44
weight: 00
55
---
66

7-
# Cloud
7+
# Grafana Cloud k6
88

99
Besides [running cloud tests](https://grafana.com/docs/k6/<K6_VERSION>/get-started/running-k6#execution-modes), you can also run a test locally and stream the results to [Grafana Cloud k6](https://grafana.com/docs/grafana-cloud/k6/get-started/run-cloud-tests-from-the-cli/#run-locally-and-stream-to-the-cloud).
1010

docs/sources/v0.47.x/results-output/real-time/_index.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
title: Real time
33
excerpt: Send your time-series k6 metrics to multiple file formats and services
44
weight: 200
5-
weight: 200
65
---
76

87
# Real time
98

109
Besides the [end-of-test summary](https://grafana.com/docs/k6/<K6_VERSION>/results-output/end-of-test), you can also view metrics as granular data points.
11-
k6 can stream the metrics in real time and either:
10+
k6 can stream the metrics in real-time and either:
1211

1312
- Write output to a file
1413
- Send output to an external service.
@@ -17,22 +16,19 @@ k6 can stream the metrics in real time and either:
1716

1817
Currently, k6 supports writing to the following file formats:
1918

20-
<Glossary>
21-
2219
- [CSV](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/csv)
2320
- [JSON](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/json)
2421

25-
</Glossary>
26-
2722
## Stream to service {#service}
2823

29-
You can also stream real-time metrics to the following services:
24+
You can also stream real-time metrics to:
3025

31-
<Glossary>
26+
- [Grafana Cloud k6](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/cloud)
27+
28+
As well as the following third-party services:
3229

3330
- [Amazon CloudWatch](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/amazon-cloudwatch)
3431
- [Apache Kafka](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/apache-kafka)
35-
- [Cloud](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/cloud)
3632
- [Datadog](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/datadog)
3733
- [Dynatrace](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/dynatrace)
3834
- [Elasticsearch](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/elasticsearch)
@@ -45,9 +41,11 @@ You can also stream real-time metrics to the following services:
4541
- [StatsD](https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/statsd)
4642
- [Other alternative with a custom output extension](https://grafana.com/docs/k6/<K6_VERSION>/extensions/create/output-extensions)
4743

48-
</Glossary>
44+
{{% admonition type="note" %}}
45+
46+
This list applies to local tests, not to [cloud tests](https://grafana.com/docs/grafana-cloud/k6/).
4947

50-
> This list applies to local tests, not to [cloud tests](https://grafana.com/docs/grafana-cloud/k6/).
48+
{{% /admonition %}}
5149

5250
## Read more
5351

docs/sources/v0.47.x/results-output/real-time/cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: 'Cloud'
2+
title: 'Grafana Cloud k6'
33
excerpt: 'When streaming the results to the cloud, the machine - where you execute the k6 CLI command - runs the test and uploads the results to the cloud. Then, you will be able to visualize and analyze the results on the web app in real-time.'
44
weight: 00
55
---
66

7-
# Cloud
7+
# Grafana Cloud k6
88

99
Besides [running cloud tests](https://grafana.com/docs/k6/<K6_VERSION>/get-started/running-k6#execution-modes), you can also run a test locally and stream the results to [Grafana Cloud k6](https://grafana.com/docs/grafana-cloud/k6/get-started/run-cloud-tests-from-the-cli/#run-locally-and-stream-to-the-cloud).
1010

0 commit comments

Comments
 (0)