Skip to content

Commit

Permalink
docs: update legacy registry
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Sep 17, 2024
1 parent f286f19 commit 131ddf3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/legacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ var extOverrides = map[string]extOverride{ //nolint:gochecknoglobals
"github.com/grafana/xk6-kubernetes": {categories: []k6registry.Category{k6registry.CategoryKubernetes}},
"github.com/grafana/xk6-loki": {},
"github.com/grafana/xk6-notification": {},
"github.com/grafana/xk6-output-opentelemetry": {},
"github.com/grafana/xk6-output-influxdb": {outputs: "xk6-influxdb"},
"github.com/grafana/xk6-output-kafka": {outputs: "xk6-kafka"},
"github.com/grafana/xk6-output-timescaledb": {},
Expand Down
8 changes: 8 additions & 0 deletions docs/legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,14 @@
categories:
- reporting
- messaging
- module: github.com/grafana/xk6-output-opentelemetry
description: Export k6 results in OpenTelemetry format
tier: official
outputs:
- opentelemetry
categories:
- reporting
- observability
- module: github.com/grafana/xk6-output-timescaledb
description: Export k6 results to TimescaleDB
tier: official
Expand Down

0 comments on commit 131ddf3

Please sign in to comment.