daemon

package
v0.0.0-...-116b634 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2021 License: Apache-2.0 Imports: 31 Imported by: 1

Documentation

Overview

Package daemon is the tgres command line server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Finish

func Finish(cfg *Config)

Types

type Config

type Config struct {
	PidPath                  string   `toml:"pid-file"`
	LogPath                  string   `toml:"log-file"`
	LogCycle                 duration `toml:"log-cycle-interval"`
	DbConnectString          string   `toml:"db-connect-string"`
	PgSegmentWidth           int      `toml:"pg-segment-width"`
	MinStep                  duration `toml:"min-step"`
	MaxReceiverQueueSize     int      `toml:"max-receiver-queue-size"`
	MaxMemoryBytes           int      `toml:"max-memory-bytes"`
	GraphiteTextListenSpec   string   `toml:"graphite-text-listen-spec"`
	GraphiteUdpListenSpec    string   `toml:"graphite-udp-listen-spec"`
	GraphitePickleListenSpec string   `toml:"graphite-pickle-listen-spec"`
	StatsdTextListenSpec     string   `toml:"statsd-text-listen-spec"`
	StatsdUdpListenSpec      string   `toml:"statsd-udp-listen-spec"`
	HttpListenSpec           string   `toml:"http-listen-spec"`
	HttpAllowOrigin          string   `toml:"http-allow-origin"`
	QueryCacheSize           int      `toml:"query-cache-size"`
	Workers                  int
	DSs                      []ConfigDSSpec `toml:"ds"`
	StatFlush                duration       `toml:"stat-flush-interval"`
	StatsNamePrefix          string         `toml:"stats-name-prefix"`
}

func Init

func Init(cfgPath, gracefulProtos, join string) (cfg *Config)

func (*Config) FindMatchingDSSpec

func (c *Config) FindMatchingDSSpec(ident serde.Ident) *rrd.DSSpec

type ConfigDSSpec

type ConfigDSSpec struct {
	Regexp    regex
	Step      duration
	Heartbeat duration
	RRAs      []ConfigRRASpec
}

Needs to be exported for TOML

type ConfigRRASpec

type ConfigRRASpec struct {
	Function rrd.Consolidation
	Step     time.Duration
	Span     time.Duration
	Xff      float64
}

func (*ConfigRRASpec) UnmarshalText

func (r *ConfigRRASpec) UnmarshalText(text []byte) error

Jump to

Keyboard shortcuts

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