ErrLookup › tsenart/vegeta
tsenart/vegeta
HTTP load testing tool and library. It's over 9000! · Go · 37 source files
Analyzed at cf58112690 on 2026-08-31. 36 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| rate frequency and time unit must be bigger than zero | validation | error | configuration, validation, rate-limiting |
| bad certificate | validation | error | tls, certificates, configuration |
| strings.Join(errs, "; ") | exception | warning | io, cleanup, multi-error |
| must specify at least resolver address | validation | error | dns, resolver, validation |
| lttb: min threshold is 3 | validation | error | algorithm, downsampling, validation |
| timeseries: non monotonically increasing timestamp | validation | error | timeseries, plotting, ordering |
ErrNoTargets no targets to attack | validation | error | targets, validation, empty-input |
ErrNilTarget nil target | validation | error | targets, nil-pointer, targeter |
ErrNoMethod target: required method is missing | validation | error | targets, json, validation |
ErrNoURL target: required url is missing | validation | error | targets, json, validation |
| -rate=0 requires setting -max-workers | validation | error | cli, configuration, validation, load-testing |
| error opening %s: %s | validation | error | cli, filesystem, file-not-found |
| error reading %s: %s | validation | error | cli, filesystem, io |
| format %q isn't one of [%s] | validation | error | cli, configuration, validation, unsupported-format |
| error registering prometheus metrics: %s | validation | error | prometheus, metrics, configuration |
| vegeta dump has been deprecated and succeeded by the vegeta | validation | error | cli, deprecation, migration |
| encode: unknown encoding %q | validation | error | cli, configuration, validation, unsupported-format |
| encode: can't detect encoding of %q | validation | error | cli, encoding, validation, input-format |
| header '%s' has a wrong format | validation | error | cli, flags, validation, http-headers |
| -rate format %q doesn't match the "freq/duration" format (i. | validation | error | cli, flag-parsing, rate-limit |
| -max-body=%d overflows int64 | validation | error | cli, flag-parsing, integer-overflow |
| invalid -connect-to %q, expected format: %s | validation | error | cli, flag-parsing, network |
| invalid source address expression [%s], expected address:por | validation | error | cli, network, address-parsing |
| invalid destination address expression [%s], expected addres | validation | error | cli, network, address-parsing |
| host %s is not an IP address | validation | error | network, dns, ip-validation |
| stopped after %d redirects | exception | warning | http, redirects, load-testing |
| bad buckets: %s | validation | error | cli, flag-parsing, histogram |
| point with sequence number %d in %v | validation | error | go, time-series, plotting |
| failed to register metric %v: %w | exception | error | go, prometheus, metrics |
| bad target: %s | validation | error | go, targets, configuration |
| bad method: %s | validation | error | go, targets, http-method |
| bad URL: %s, %w | validation | error | go, targets, url |
| bad body: %w | validation | error | go, targets, filesystem |
| bad header: %s | validation | error | go, targets, http-headers |
| invalid report type: %s | validation | error | cli, configuration, report |
| The plot reporter has been deprecated and succeeded by the v | validation | error | cli, deprecation, report |