config

package
v0.0.0-...-0ef66a6 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2024 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 MetricsServer

type MetricsServer struct {
	DebugMetrics bool   `env:"DEBUG_METRICS, report"`
	Port         uint16 `env:"METRICS_PORT, report"`
	PprofPort    uint16 `env:"PPROF_PORT, report"`
	CAFile       string `env:"METRICS_CA_FILE_PATH, required, report"`
	CertFile     string `env:"METRICS_CERT_FILE_PATH, required, report"`
	KeyFile      string `env:"METRICS_KEY_FILE_PATH, required, report"`
}

MetricsServer stores the configuration for the metrics server

Jump to

Keyboard shortcuts

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