• Matthew Slipper's avatar
    go/proxyd: Various fixes · 4b56ed84
    Matthew Slipper authored
    - Updates the HTTP response code metric to includes 200s
    - Removes the total HTTP requests metric since it's redundant
    - Fixes `MaxRetries` to read from the correct config variable
    - Reduces max retry backoff to 3 seconds
    4b56ed84
Name
Last commit
Last update
..
cmd/proxyd Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
Dockerfile Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
backend.go Loading commit data...
config.go Loading commit data...
entrypoint.sh Loading commit data...
errors.go Loading commit data...
example.config.toml Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
metrics.go Loading commit data...
package.json Loading commit data...
proxyd.go Loading commit data...
rate_limiter.go Loading commit data...
rpc.go Loading commit data...
server.go Loading commit data...
string_set.go Loading commit data...
tls.go Loading commit data...