metrics

package
v0.17.4 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2020 License: Apache-2.0 Imports: 9 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) *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) SetRemote

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

func (*DeferredExporter) Shutdown

func (d *DeferredExporter) Shutdown() error

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