Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadZipper ¶
type ReadZipper struct { Log log.Logger NewCount int64 HitCount int64 MissCount int64 ErrCount int64 // contains filtered or unexported fields }
ReadZipper creates a Pool that contains previously used Readers and can create new ones if we run out.
func (*ReadZipper) Datapoints ¶
func (z *ReadZipper) Datapoints() []*datapoint.Datapoint
Datapoints implements Collector interface and returns metrics
func (*ReadZipper) GzipHandler ¶
func (z *ReadZipper) GzipHandler(h http.Handler) http.Handler
GzipHandler transparently decodes your possibly gzipped request
Click to show internal directories.
Click to hide internal directories.