Skip to content

Commit b869090

Browse files
authored
Merge pull request #1718 from grafana/fix-divergence
fix: divergence of extensions.json and explore.md
2 parents 896f172 + e28c5c9 commit b869090

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/data/doc-extensions/extensions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"name": "xk6-prompt",
20-
"description": "Support for input arguments via UI.",
20+
"description": "Support for input arguments via UI",
2121
"url": "https://github.com/Juandavi1/xk6-prompt",
2222
"logo": "",
2323
"author": {
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"name": "xk6-kafka",
50-
"description": "Load-test Apache Kafka. Includes support for Avro messages",
50+
"description": "Load test Apache Kafka. Includes support for Avro messages.",
5151
"url": "https://github.com/mostafa/xk6-kafka",
5252
"logo": "https://github.com/mostafa/xk6-kafka/blob/1259557afd378a5fe236e19c3d09bda401584ee6/assets/kafka-logo.png?raw=true",
5353
"author": {
@@ -93,7 +93,7 @@
9393
},
9494
{
9595
"name": "xk6-sql",
96-
"description": "Load-test SQL Servers (PostgreSQL, MySQL and SQLite3 for now)",
96+
"description": "Load-test SQL Servers",
9797
"url": "https://github.com/grafana/xk6-sql",
9898
"logo": "",
9999
"author": {
@@ -799,7 +799,7 @@
799799
{
800800
"name": "xk6-opentelemetry",
801801
"url": "https://github.com/thmshmm/xk6-opentelemetry",
802-
"description": "Generate OpenTelemetry signals from within your test scripts",
802+
"description": "Generate OpenTelemetry signals from k6 tests",
803803
"logo": "https://github.com/thmshmm/xk6-opentelemetry/raw/main/assets/xk6-opentelemetry-logo.png",
804804
"author": {
805805
"name": "Thomas Hamm",
@@ -858,7 +858,7 @@
858858
},
859859
{
860860
"name": "xk6-proxy",
861-
"description": "Add a dynamic proxy support to k6. Allow changing the HTTP proxy settings in the script.",
861+
"description": "Dynamic proxy support, allow changing the HTTP proxy settings in the script",
862862
"url": "https://github.com/SYM01/xk6-proxy",
863863
"logo": "",
864864
"author": {
@@ -904,7 +904,7 @@
904904
},
905905
{
906906
"name": "xk6-output-plugin",
907-
"description": "Write k6 output extension as a dynamically loadable plugin using your favorite programming language",
907+
"description": "Dynamic output extension using your favorite programming language",
908908
"url": "https://github.com/szkiba/xk6-output-plugin",
909909
"logo": "",
910910
"author": {
@@ -964,7 +964,7 @@
964964
},
965965
{
966966
"name": "xk6-coap",
967-
"description": "Interact with Constrained Application Protocol endpoints.",
967+
"description": "Interact with Constrained Application Protocol endpoints",
968968
"url": "https://github.com/golioth/xk6-coap",
969969
"logo": "",
970970
"author": {
@@ -1069,7 +1069,7 @@
10691069
},
10701070
{
10711071
"name": "xk6-sse",
1072-
"description": "A k6 extension for Server-Sent Events (SSE)",
1072+
"description": "Server Sent Event",
10731073
"url": "https://github.com/phymbert/xk6-sse",
10741074
"logo": "",
10751075
"author": {

0 commit comments

Comments
 (0)