Versions in this module Expand all Collapse all v2 v2.4.3 Feb 9, 2022 Changes in this version + var ErrTooManyHedgeRequests = errors.New("too many hedge requests") + type Config struct + At time.Duration + MaxPerSecond int + UpTo int + func (cfg *Config) Client(client *http.Client) (*http.Client, error) + func (cfg *Config) ClientWithRegisterer(client *http.Client, reg prometheus.Registerer) (*http.Client, error) + func (cfg *Config) RegisterFlags(f *flag.FlagSet) + func (cfg *Config) RegisterFlagsWithPrefix(prefix string, f *flag.FlagSet) + func (cfg *Config) RoundTripper(next http.RoundTripper) (http.RoundTripper, error) + func (cfg *Config) RoundTripperWithRegisterer(next http.RoundTripper, reg prometheus.Registerer) (http.RoundTripper, error)