Skip to content

Commit

Permalink
Update output recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Jul 15, 2024
1 parent 511ea97 commit f63c445
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/outputs.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ func getAllOutputConstructors() (map[string]output.Constructor, error) {
},
builtinOutputDatadog.String(): func(_ output.Params) (output.Output, error) {
return nil, errors.New("the datadog output was deprecated in k6 v0.32.0 and removed in k6 v0.34.0, " +
"please use the statsd output with env. variable K6_STATSD_ENABLE_TAGS=true instead")
"please use the statsd output extension https://github.com/LeonAdato/xk6-output-statsd with environment " +
"variable K6_STATSD_ENABLE_TAGS=true or an experimental opentelemetry output instead",
)
},
builtinOutputExperimentalPrometheusRW.String(): func(params output.Params) (output.Output, error) {
return remotewrite.New(params)
Expand Down

0 comments on commit f63c445

Please sign in to comment.