api

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2020 License: GPL-3.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TSProfiler

type TSProfiler interface {
	// Put allows applications to provide a new TSData input to the profiler
	Put(data models.TSInput)

	// Get generates an returns a profile based on previously put data
	Get() models.TSProfile

	GetCurrentStats() map[string]models.TSStats
	GetCurrentState() []models.TSState
	GetCurrentPhase() int
	GetCurrentPeriodPath() []int

	// Terminate stops and removes the profiler
	Terminate()
}

TSProfiler defines the profilers interface to transfer time series data into a statistical profile

Jump to

Keyboard shortcuts

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