counters

package
v0.0.0-...-fe23bbf Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2023 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Float64Counter

type Float64Counter struct {
	Instrument
	sync.Mutex
	metric.Float64Counter
}

type Float64Histogram

type Float64Histogram struct {
	Instrument
	sync.Mutex
	metric.Float64Histogram
}

type Float64UpDownCounter

type Float64UpDownCounter struct {
	Instrument
	sync.Mutex
	metric.Float64UpDownCounter
}

type Instrument

type Instrument interface {
}

type Int64Counter

type Int64Counter struct {
	Instrument
	sync.Mutex
	metric.Int64Counter
}

type Int64Histogram

type Int64Histogram struct {
	Instrument
	sync.Mutex
	metric.Int64Histogram
}

type Int64UpDownCounter

type Int64UpDownCounter struct {
	Instrument
	sync.Mutex
	metric.Int64UpDownCounter
}

Jump to

Keyboard shortcuts

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