activity

package
v1.39.1 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Package activity defines the logic for tracking usage activity metrics.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pusher

type Pusher struct {
	// contains filtered or unexported fields
}

Pusher pushes activity metrics no more than once per pushInterval. Pushes within the same interval are a no-op.

func NewPusher

func NewPusher(c coder.Client, workspaceID, source string) *Pusher

NewPusher instantiates a new instance of Pusher.

func (*Pusher) Push

func (p *Pusher) Push(ctx context.Context)

Push pushes activity, abiding by a rate limit.

func (*Pusher) Writer

func (p *Pusher) Writer(wr io.Writer) io.Writer

Writer wraps the given writer such that all writes trigger an activity push.

Jump to

Keyboard shortcuts

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