Skip to content

Commit dd93b3a

Browse files
authored
Merge pull request #1721 from grafana/fix-divergence-extensions
fix: add missing extensions to extensions.json
2 parents 1f74a07 + 32d36a7 commit dd93b3a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/data/doc-extensions/extensions.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,36 @@
10961096
"categories": ["Misc"],
10971097
"tiers": ["Community"],
10981098
"cloudEnabled": false
1099+
},
1100+
{
1101+
"name": "xk6-output-opentelemetry",
1102+
"description": "Export k6 results in OpenTelemetry format",
1103+
"url": "https://github.com/grafana/xk6-output-opentelemetry",
1104+
"logo": "",
1105+
"author": {
1106+
"name": "Grafana",
1107+
"url": "https://github.com/grafana"
1108+
},
1109+
"stars": "0",
1110+
"type": ["Output"],
1111+
"categories": ["Reporting", "Observability"],
1112+
"tiers": ["Official"],
1113+
"cloudEnabled": false
1114+
},
1115+
{
1116+
"name": "xk6-aws",
1117+
"description": "Alternative to the official AWS JS Lib that relies on the AWS SDK for Go to interact with Amazon Web Services",
1118+
"url": "https://github.com/joanlopez/xk6-aws",
1119+
"logo": "",
1120+
"author": {
1121+
"name": "Joan López de la Franca Beltran",
1122+
"url": "https://github.com/joanlopez"
1123+
},
1124+
"stars": "0",
1125+
"type": ["JavaScript"],
1126+
"categories": ["Misc"],
1127+
"tiers": ["Community"],
1128+
"cloudEnabled": false
10991129
}
11001130
]
11011131
}

0 commit comments

Comments
 (0)