telemetry

package
v0.9.6 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent

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

func NewAgent

func NewAgent(explorerClient synchronization.ExplorerClient) *Agent

NewAgent returns a Agent which is just a thin wrapper over the explorerClient for now

func (*Agent) SendLog

func (t *Agent) SendLog(log []byte)

SendLog sends a telemetry log to the explorer

type MonitoringEndpoint

type MonitoringEndpoint interface {
	SendLog(log []byte)
}

MonitoringEndpoint is where the OCR protocol sends monitoring output

type NoopAgent

type NoopAgent struct {
}

func (*NoopAgent) SendLog

func (t *NoopAgent) SendLog(log []byte)

SendLog sends a telemetry log to the explorer

Jump to

Keyboard shortcuts

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