stats

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reporter

type Reporter struct {
	// contains filtered or unexported fields
}

Reporter holds cached metric objects to report queue proxy metrics.

func NewStatsReporter

func NewStatsReporter(ns, service, config, rev, pod string, countMetric *stats.Int64Measure,
	latencyMetric *stats.Float64Measure, queueSizeMetric *stats.Int64Measure) (*Reporter, error)

NewStatsReporter creates a reporter that collects and reports queue proxy metrics.

func (*Reporter) ReportQueueDepth added in v0.9.0

func (r *Reporter) ReportQueueDepth(d int) error

ReportQueueDepth captures queue depth metric.

func (*Reporter) ReportRequestCount

func (r *Reporter) ReportRequestCount(responseCode int) error

ReportRequestCount captures request count metric.

func (*Reporter) ReportResponseTime

func (r *Reporter) ReportResponseTime(responseCode int, d time.Duration) error

ReportResponseTime captures response time requests

type StatsReporter

type StatsReporter interface {
	ReportRequestCount(responseCode int) error
	ReportResponseTime(responseCode int, d time.Duration) error
	ReportQueueDepth(depth int) error
}

StatsReporter defines the interface for sending queue proxy metrics.

Jump to

Keyboard shortcuts

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