http

package
v0.0.0-...-0a0144f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ComputeRequestSize

func ComputeRequestSize(req *http.Request) float64

ComputeRequestSize returns the size of an http.Request. Used for recording Collector.RequestSize.

Types

type Collector

type Collector struct {
	TotalRequests    *prometheus.CounterVec
	RequestsInFlight *prometheus.GaugeVec
	RequestDuration  *prometheus.HistogramVec
	RequestSize      *prometheus.HistogramVec
	ResponseSize     *prometheus.HistogramVec
}

Collector is a custom prometheus collector for titan.

func NewCollector

func NewCollector() *Collector

NewCollector initializes a Collector.

func (*Collector) Collect

func (c *Collector) Collect(ch chan<- prometheus.Metric)

Collect implements prometheus.Collector.

func (*Collector) Describe

func (c *Collector) Describe(ch chan<- *prometheus.Desc)

Describe implements prometheus.Collector.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL