Skip to content

Commit

Permalink
Merge pull request #1721 from grafana/fix-divergence-extensions
Browse files Browse the repository at this point in the history
fix: add missing extensions to extensions.json
  • Loading branch information
szkiba authored Sep 18, 2024
2 parents 1f74a07 + 32d36a7 commit dd93b3a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/data/doc-extensions/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,36 @@
"categories": ["Misc"],
"tiers": ["Community"],
"cloudEnabled": false
},
{
"name": "xk6-output-opentelemetry",
"description": "Export k6 results in OpenTelemetry format",
"url": "https://github.com/grafana/xk6-output-opentelemetry",
"logo": "",
"author": {
"name": "Grafana",
"url": "https://github.com/grafana"
},
"stars": "0",
"type": ["Output"],
"categories": ["Reporting", "Observability"],
"tiers": ["Official"],
"cloudEnabled": false
},
{
"name": "xk6-aws",
"description": "Alternative to the official AWS JS Lib that relies on the AWS SDK for Go to interact with Amazon Web Services",
"url": "https://github.com/joanlopez/xk6-aws",
"logo": "",
"author": {
"name": "Joan López de la Franca Beltran",
"url": "https://github.com/joanlopez"
},
"stars": "0",
"type": ["JavaScript"],
"categories": ["Misc"],
"tiers": ["Community"],
"cloudEnabled": false
}
]
}

0 comments on commit dd93b3a

Please sign in to comment.