config

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2024 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config = ConfigType{}

Functions

This section is empty.

Types

type ConfigType

type ConfigType = struct {
	// NudgeStartTimeOnAggregation enables nudging the start time of metrics
	// when aggregated. The start time is nudged in such way that timestamps
	// always fall in the same bucket. This is done by GraphiteWeb, and is
	// useful to avoid jitter in graphs when refreshing the page.
	NudgeStartTimeOnAggregation bool

	// UseBucketsHighestTimestampOnAggregation enables using the highest timestamp of the
	// buckets when aggregating to honor MaxDataPoints, instead of the lowest timestamp.
	// This prevents results to appear to predict the future.
	UseBucketsHighestTimestampOnAggregation bool
}

Jump to

Keyboard shortcuts

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