cloudwatch

package
v0.0.0-...-2b6d021 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2023 License: MPL-2.0 Imports: 5 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 {
	Metric     string
	Namespace  string
	Dimensions Dimensions
	Tolerance  float32
}

Config is the collection of configuration options specific to the cloudwatch guard implementation

type Dimensions

type Dimensions map[string]string

type Guard

type Guard struct {
	Config Config
}

Guard is the cloudwatch guard

func (*Guard) Check

func (g *Guard) Check() (bool, error)

Check is the method for performing the guard check that will be called by any experiment orchestrator to maintain ongoing checks of remote state/status, drift, change, etc...

Jump to

Keyboard shortcuts

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