Documentation ¶
Index ¶
- type Dimensions
- type Health
- type Httpd
- func (h *Httpd) AssembleLogLines(r *http.Request, ep string, start time.Time, dim Dimensions) (res []string)
- func (h *Httpd) ComputePi(w http.ResponseWriter, r *http.Request)
- func (h *Httpd) Index(w http.ResponseWriter, r *http.Request)
- func (h *Httpd) LoqRequest(r *http.Request, ep string, start time.Time, dim Dimensions)
- func (h *Httpd) Run(ctx *cli.Context)
- func (h *Httpd) ShowHealth(w http.ResponseWriter, r *http.Request)
- type Metric
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dimensions ¶
func NewDimension ¶
func NewDimension() Dimensions
func NewPreDimension ¶
func NewPreDimension(dim map[string]string) Dimensions
func (*Dimensions) Add ¶
func (d *Dimensions) Add(key, val string)
func (*Dimensions) String ¶
func (d *Dimensions) String() string
type Httpd ¶
func (*Httpd) AssembleLogLines ¶ added in v1.1.0
func (*Httpd) ComputePi ¶ added in v1.1.0
func (h *Httpd) ComputePi(w http.ResponseWriter, r *http.Request)
func (*Httpd) LoqRequest ¶ added in v1.1.0
func (*Httpd) ShowHealth ¶ added in v1.1.0
func (h *Httpd) ShowHealth(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.