metrics

package
v0.17.9 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

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

func NewController

func NewController(exporter *DeferredExporter, tiltBuild model.TiltBuild, gitRemote git.GitRemote) *Controller

func (*Controller) OnChange

func (c *Controller) OnChange(ctx context.Context, rStore store.RStore)

type DeferredExporter

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

func NewDeferredExporter

func NewDeferredExporter() *DeferredExporter

func (*DeferredExporter) ExportView

func (d *DeferredExporter) ExportView(viewData *view.Data)

func (*DeferredExporter) Flush added in v0.17.5

func (d *DeferredExporter) Flush()

func (*DeferredExporter) SetRemote

func (d *DeferredExporter) SetRemote(remote RemoteExporter) error

func (*DeferredExporter) Stop added in v0.17.5

func (d *DeferredExporter) Stop() error

type MetricsState added in v0.17.5

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

func (MetricsState) Enabled added in v0.17.5

func (s MetricsState) Enabled() bool

type RemoteExporter

type RemoteExporter interface {
	view.Exporter
	Flush()
	Stop() error
}

Jump to

Keyboard shortcuts

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