activermtask

package
v0.0.0-...-c0686e8 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveRMTasks

type ActiveRMTasks interface {
	// GetTask returns the task entry for the given taskID
	GetTask(taskID string) *resmgrsvc.GetActiveTasksResponse_TaskEntry

	// UpdateActiveTasks fills the cache with all tasks from Resmgr
	UpdateActiveTasks()
}

ActiveRMTasks is the entrypoint object into the cache which store active tasks from ResMgr.

func NewActiveRMTasks

func NewActiveRMTasks(
	d *yarpc.Dispatcher,
	parent tally.Scope,
) ActiveRMTasks

NewActiveRMTasks is the constructor of ActiveTasksCache

type Metrics

type Metrics struct {
	ActiveTaskQuerySuccess tally.Counter
	ActiveTaskQueryFail    tally.Counter
	UpdaterRMTasksDuraion  tally.Timer
}

Metrics is the struct containing all the counters and timers that track

func NewMetrics

func NewMetrics(scope tally.Scope) *Metrics

NewMetrics returns a new Metrics struct, with all metrics initialized and rooted at the given tally.Scope

Jump to

Keyboard shortcuts

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