prometheus

package
v1.42.0 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2021 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 Prometheus

type Prometheus struct {
	Address     string
	BaseDomain  string
	Bastions    string
	LogLevel    string
	Mayu        string
	Storage     PrometheusStorage
	Retention   PrometheusRetention
	RemoteWrite PrometheusRemoteWrite
	Version     string
}

type PrometheusRemoteWrite added in v1.9.0

type PrometheusRemoteWrite struct {
	URL       string
	BasicAuth PrometheusRemoteWriteBasicAuth
}

type PrometheusRemoteWriteBasicAuth added in v1.9.0

type PrometheusRemoteWriteBasicAuth struct {
	Username string
	Password string
}

type PrometheusRetention added in v1.6.0

type PrometheusRetention struct {
	Duration string
	Size     string
}

type PrometheusStorage added in v1.0.0

type PrometheusStorage struct {
	CreatePVC string
	Size      string
}

Jump to

Keyboard shortcuts

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