common

package
v1.27.2 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilterOptions

type FilterOptions struct {
	NamePass       []string            `toml:"namepass"`
	NameDrop       []string            `toml:"namedrop"`
	FieldPassOld   []string            `toml:"pass"`
	FieldPass      []string            `toml:"fieldpass"`
	FieldDropOld   []string            `toml:"drop"`
	FieldDrop      []string            `toml:"fielddrop"`
	TagPassFilters map[string][]string `toml:"tagpass"`
	TagDropFilters map[string][]string `toml:"tagdrop"`
	TagExclude     []string            `toml:"tagexclude"`
	TagInclude     []string            `toml:"taginclude"`
	MetricPass     string              `toml:"metricpass"`
}

type InputOptions

type InputOptions struct {
	Interval         string            `toml:"interval"`
	Precision        string            `toml:"precision"`
	CollectionJitter string            `toml:"collection_jitter"`
	CollectionOffset string            `toml:"collection_offset"`
	NamePrefix       string            `toml:"name_prefix"`
	NameSuffix       string            `toml:"name_suffix"`
	NameOverride     string            `toml:"name_override"`
	Alias            string            `toml:"alias"`
	Tags             map[string]string `toml:"tags"`
	FilterOptions
}

Jump to

Keyboard shortcuts

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