Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
Exporter collects Siebel metrics. It implements prometheus.Collector.
func NewExporter ¶
func NewExporter(srvrmgr srvrmgr.SrvrMgr, defaultMetricsFile, customMetricsFile, dateFormat string, disableEmptyMetricsOverride, disableExtendedMetrics bool) *Exporter
NewExporter returns a new Siebel exporter for the provided args.
func (*Exporter) Collect ¶
func (e *Exporter) Collect(ch chan<- prometheus.Metric)
Collect implements prometheus.Collector.
func (*Exporter) Describe ¶
func (e *Exporter) Describe(ch chan<- *prometheus.Desc)
Describe describes all the metrics exported by the Siebel exporter.
type Metric ¶
type Metric struct { Command string Subsystem string Help map[string]string HelpField map[string]string Type map[string]string Buckets map[string]map[string]string ValueMap map[string]map[string]string Labels []string FieldToAppend string IgnoreZeroResult bool Extended bool }
Metric object description
Click to show internal directories.
Click to hide internal directories.