profile

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheOpts

type CacheOpts struct {
	CacheTime                  string             `koanf:"cacheTime"`
	ReleaseExecutorWorkerCount int                `koanf:"releaseExecutorWorkerCount"`
	LeakDetectionOptions       *LeakDetectionOpts `koanf:"leakDetection"`
}

type Caches

type Caches struct {
	Addresses              *CacheOpts `koanf:"addresses"`
	Children               *CacheOpts `koanf:"children"`
	Indexations            *CacheOpts `koanf:"indexations"`
	Milestones             *CacheOpts `koanf:"milestones"`
	Messages               *CacheOpts `koanf:"messages"`
	IncomingMessagesFilter *CacheOpts `koanf:"incomingMessagesFilter"`
	UnreferencedMessages   *CacheOpts `koanf:"unreferencedMessages"`
}

type LeakDetectionOpts

type LeakDetectionOpts struct {
	Enabled               bool   `koanf:"enabled"`
	MaxConsumersPerObject int    `koanf:"maxConsumersPerObject"`
	MaxConsumerHoldTime   string `koanf:"maxConsumerHoldTime"`
}

type Profile

type Profile struct {
	Name   string  `koanf:"name"`
	Caches *Caches `koanf:"caches"`
}

Jump to

Keyboard shortcuts

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