Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type CloudwatchMetricOptions ¶
type CloudwatchMetricOptions struct { resource.CommonOptions Dimensions []string Namespace string Values bool // contains filtered or unexported fields }
type DimensionValuePrinter ¶
type DimensionValuePrinter struct {
// contains filtered or unexported fields
}
func (*DimensionValuePrinter) PrintJSON ¶
func (p *DimensionValuePrinter) PrintJSON(writer io.Writer) error
func (*DimensionValuePrinter) PrintTable ¶
func (p *DimensionValuePrinter) PrintTable(writer io.Writer) error
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func NewGetter ¶
func NewGetter(cloudwatchClient *aws.CloudwatchClient) *Getter
type MetricNamePrinter ¶
type MetricNamePrinter struct {
// contains filtered or unexported fields
}
func NewMetricNamePrinter ¶
func NewMetricNamePrinter(metrics []types.Metric) *MetricNamePrinter
func (*MetricNamePrinter) PrintTable ¶
func (p *MetricNamePrinter) PrintTable(writer io.Writer) error
type NamespacePrinter ¶
type NamespacePrinter struct {
// contains filtered or unexported fields
}
func NewNamespacePrinter ¶
func NewNamespacePrinter(metrics []types.Metric) *NamespacePrinter
func (*NamespacePrinter) PrintTable ¶
func (p *NamespacePrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.