max

package
v0.27.1 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2021 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Overview

Package max contains functions for calculating the maximum value observed over a sliding window.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TimeWindow

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

TimeWindow is a descending minima window whose indexes are calculated based on time.Time values.

func NewTimeWindow

func NewTimeWindow(duration, granularity time.Duration) *TimeWindow

NewTimeWindow creates a new TimeWindow.

func (*TimeWindow) Current

func (t *TimeWindow) Current() int32

Current returns the current maximum value observed in the previous window duration.

func (*TimeWindow) Record

func (t *TimeWindow) Record(now time.Time, value int32)

Record records a value in the bucket derived from the given time.

Jump to

Keyboard shortcuts

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