counters

package
v0.2.14 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: BSD-3-Clause Imports: 2 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultReportTime = 5 * goTime.Minute
)

Functions

func NewPath

func NewPath(basePath string) path

Types

type Metric

type Metric interface {
	Reset()
	Aggregate(Metric) error
	Interface() interface{}
}

type Path

type Path interface {
	ColdStart() path
	Execution() path
	FailColdStartMetricPaths() (successCountPath string, successTimePath string, failCountPath string, failTimePath string)
	FailExecutionMetricPaths() (countPath string, timePath string)
	FailMetricPaths() (countPath string, timePath string)
	Failed() path
	Join(toJoin string) path
	Memory() path
	SmartOp(smartOpId string) path
	String() string
	Success() path
	SuccessColdStartMetricPaths() (countPath string, timePath string)
	SuccessExecutionMetricPaths() (countPath string, timePath string)
	SuccessMetricPaths() (countPath string, timePath string)
	Time() path
}

type WrappedMetric

type WrappedMetric struct {
	Key    string
	Metric Metric
}

Jump to

Keyboard shortcuts

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