Skip to content

Commit 9f6d1b3

Browse files
committed
Add internal references to CSV output
1 parent f4a135f commit 9f6d1b3

File tree

16 files changed

+78
-0
lines changed

16 files changed

+78
-0
lines changed

src/data/markdown/docs/01 guides/01 Getting started/04 Results Output.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ The list of output plugins are:
101101
| ----------------------------------------------------- | ------------------------------------------------------------------------------- |
102102
| [Apache Kafka](/results-visualization/apache-kafka) | `k6 run --out kafka` |
103103
| [Cloud](/results-visualization/cloud) | `k6 run --out cloud` |
104+
| [CSV](/results-visualization/csv) | `k6 run --out csv` |
104105
| [Datadog](/results-visualization/datadog) | `k6 run --out datadog` |
105106
| [InfluxDB](/results-visualization/influxdb-+-grafana) | `k6 run --out influxdb` |
106107
| [JSON](/results-visualization/json) | `k6 run --out json` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: 'CSV'
3+
redirect: 'https://k6.io/docs/results-visualization/csv'
4+
---

0 commit comments

Comments
 (0)