Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Limiter ¶
type Limiter struct {
// contains filtered or unexported fields
}
func New ¶
func New(maxParallel int64, next http.RoundTripper, namespace, subsystem, application string) *Limiter
func (*Limiter) Collect ¶
func (m *Limiter) Collect(ch chan<- prometheus.Metric)
func (*Limiter) Describe ¶
func (m *Limiter) Describe(ch chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.