Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asynchronous ¶
type Asynchronous interface {
// contains filtered or unexported methods
}
Asynchronous instruments are instruments that are updated within a Callback. If an instrument is observed outside of it's callback it should be an error.
This interface is used as a grouping mechanism.
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config contains options for metric instrument descriptors.
func (Config) Description ¶
Description describes the instrument in human-readable terms.
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
Option is an interface for applying metric instrument options.
func WithDescription ¶
WithDescription applies provided description.
type Synchronous ¶
type Synchronous interface {
// contains filtered or unexported methods
}
Synchronous instruments are updated in line with application code.
This interface is used as a grouping mechanism.
Click to show internal directories.
Click to hide internal directories.