Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metric ¶
type Metric struct { Name string Desc *prometheus.Desc }
type NASCollector ¶
type NASCollector struct {
// contains filtered or unexported fields
}
func NewNASCollector ¶
func NewNASCollector(nasInstanceIdentifier, accessKeyID, secretAccessKey, region string) *NASCollector
func (NASCollector) Collect ¶
func (n NASCollector) Collect(ch chan<- prometheus.Metric)
func (NASCollector) Describe ¶
func (n NASCollector) Describe(ch chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.