metrics

package
v0.0.0-...-569970b Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DogStatsDInterface

type DogStatsDInterface interface {
	Track(t Trackable, metricName string, customTags ...string)
	Close()
}

DogStatsDInterface ...

type DogStatsDMetrics

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

DogStatsDMetrics ...

func NewDogStatsDMetrics

func NewDogStatsDMetrics(addr string) *DogStatsDMetrics

NewDogStatsDMetrics ...

func (*DogStatsDMetrics) Close

func (b *DogStatsDMetrics) Close()

Close ...

func (*DogStatsDMetrics) Track

func (b *DogStatsDMetrics) Track(t Trackable, metricName string, customTags ...string)

Track ...

type Taggable

type Taggable interface {
	GetTagArray() []string
}

Taggable represents an entity that has tags or labels attached to it

type Trackable

type Trackable interface {
	Taggable

	GetProfileName() string
}

Trackable defines a configuration of a trackable piece of the execution stack It's used to track supervisor proccess stacks

Jump to

Keyboard shortcuts

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