Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
func NewCounter ¶
type Info ¶
type Info struct {
// contains filtered or unexported fields
}
Info represents an info metric - a gauge that always has value 1 Info metrics are used to expose textual information as labels.
type Int64Gauge ¶
type Int64Gauge struct {
// contains filtered or unexported fields
}
func NewInt64Gauge ¶
type Telemetry ¶
type Telemetry struct {
Metrics metric.MeterProvider
Traces trace.TracerProvider
// contains filtered or unexported fields
}
type Timer ¶
type Timer struct {
// contains filtered or unexported fields
}
type UpDownCounter ¶
type UpDownCounter struct {
// contains filtered or unexported fields
}
func NewUpDownCounter ¶
Click to show internal directories.
Click to hide internal directories.