Documentation ¶
Index ¶
- Variables
- type Chore
- type Config
- type Counter
- func (counter *Counter) InlineObjectCount() int64
- func (counter *Counter) InlineSegment(ctx context.Context, segment *metaloop.Segment) (err error)
- func (counter *Counter) LoopStarted(context.Context, metaloop.LoopInfo) (err error)
- func (counter *Counter) Object(ctx context.Context, object *metaloop.Object) (err error)
- func (counter *Counter) RemoteSegment(ctx context.Context, segment *metaloop.Segment) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Error defines the metrics chore errors class. Error = errs.Class("metrics") )
Functions ¶
This section is empty.
Types ¶
type Chore ¶
Chore implements the metrics chore.
architecture: Chore
type Counter ¶
type Counter struct { ObjectCount int64 RemoteDependent int64 // contains filtered or unexported fields }
Counter implements the metainfo loop observer interface for data science metrics collection.
architecture: Observer
func NewCounter ¶
func NewCounter() *Counter
NewCounter instantiates a new counter to be subscribed to the metainfo loop.
func (*Counter) InlineObjectCount ¶ added in v1.26.2
InlineObjectCount returns the count of objects that are inline only.
func (*Counter) InlineSegment ¶
InlineSegment increments the count for inline objects.
func (*Counter) LoopStarted ¶ added in v1.27.3
LoopStarted is called at each start of a loop.
Click to show internal directories.
Click to hide internal directories.