File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func legacyConvert(ctx context.Context) error {
75
75
continue
76
76
}
77
77
78
- name := strings .TrimPrefix (legacyExt .Name , "xk6-output" )
78
+ name := strings .TrimPrefix (legacyExt .Name , "xk6-output- " )
79
79
name = strings .TrimPrefix (name , "xk6-" )
80
80
81
81
ext .Outputs = []string {name }
Original file line number Diff line number Diff line change 25
25
- module : github.com/Maksimall89/xk6-output-clickhouse
26
26
description : Export results to ClickHouse
27
27
outputs :
28
- - - clickhouse
28
+ - clickhouse
29
29
- module : github.com/NAlexandrov/xk6-tcp
30
30
description : Send data to TCP port
31
31
imports :
155
155
description : Export k6 results to TimescaleDB
156
156
official : true
157
157
outputs :
158
- - - timescaledb
158
+ - timescaledb
159
159
- module : github.com/grafana/xk6-sql
160
160
description : Load-test SQL Servers (PostgreSQL, MySQL and SQLite3 for now)
161
161
official : true
181
181
- module : github.com/leonyork/xk6-output-timestream
182
182
description : Export results to AWS Timestream
183
183
outputs :
184
- - - timestream
184
+ - timestream
185
185
- module : github.com/maksimall89/xk6-telegram
186
186
description : Interact with Telegram Bots
187
187
imports :
263
263
- module : github.com/szkiba/xk6-output-plugin
264
264
description : Write k6 output extension as a dynamically loadable plugin using your favorite programming language
265
265
outputs :
266
- - - plugin
266
+ - plugin
267
267
- module : github.com/szkiba/xk6-prometheus
268
268
description : Prometheus HTTP exporter for k6
269
269
outputs :
You can’t perform that action at this time.
0 commit comments