notmain

package
v0.0.0-...-c0ecabd Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	SA struct {
		cmd.ServiceConfig
		DB          cmd.DBConfig
		ReadOnlyDB  cmd.DBConfig `validate:"-"`
		IncidentsDB cmd.DBConfig `validate:"-"`

		Features features.Config

		// Max simultaneous SQL queries caused by a single RPC.
		ParallelismPerRPC int `validate:"omitempty,min=1"`
		// LagFactor is how long to sleep before retrying a read request that may
		// have failed solely due to replication lag.
		LagFactor config.Duration `validate:"-"`
	}

	Syslog        cmd.SyslogConfig
	OpenTelemetry cmd.OpenTelemetryConfig
}

Jump to

Keyboard shortcuts

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