# Functions

New returns an Emitter that is configured with the given sender and RuntimeEmitterOptions.
NewV1 returns an Emitter that is configured with the given v1 sender and RuntimeEmitterOptions.
WithInterval returns a RuntimeEmitterOption to configure the interval at which the runtime emitter emits gauges.

# Structs

Emitter will emit a gauge with runtime stats via the sender on the given interval.

# Interfaces

Sender is the interface of the client that can be used to emit gauge metrics.
V1Sender is the interface of the v1 client that can be used to emit value metrics.

# Type aliases

RuntimeEmitterOption is the option provides configuration for an Emitter.