Documentation ¶
Index ¶
- type Collector
- func (c *Collector) Collect(ch chan<- prom.Metric)
- func (c *Collector) Describe(ch chan<- *prom.Desc)
- func (c *Collector) Duration(node string, executionID string, d float64)
- func (c *Collector) ExecutionStarted(executionID float64)
- func (c *Collector) MetricFor(executionID string, node string, name string, result Result)
- func (c *Collector) Pods(cnt float64)
- func (c *Collector) ProcessingFinished(node string, executionID string, err bool)
- func (c *Collector) Prune(executionID string)
- type Result
- type Results
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
Collector struct
func NewPromCollector ¶
NewPromCollector create a new prom collector
func (*Collector) ExecutionStarted ¶
ExecutionStarted metric for new executions
func (*Collector) ProcessingFinished ¶
ProcessingFinished record processing finished
Click to show internal directories.
Click to hide internal directories.