Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BoardIssueInfo = prometheus.NewDesc(prometheus.BuildFQName(namespace, "board", "issue_info"), "Information about issue managed by board", []string{"workspace", "issue_number", "repository_id", "pipeline", "is_epic"}, nil) BoardIssueEstimatedStoryPoints = prometheus.NewDesc(prometheus.BuildFQName(namespace, "board", "issue_estimated_story_points"), "Estimated story point of each issue", []string{"workspace", "issue_number", "repository_id"}, nil) )
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
Exporter collects ZenHub stats from ZenHub API Response and exports them using the prometheus metrics package.
func (*Exporter) Collect ¶
func (e *Exporter) Collect(ch chan<- prometheus.Metric)
Collect fetches the stats from ZenHub API Responce and delivers them as Prometheus metrics. It implements prometheus.Collector.
func (*Exporter) Describe ¶
func (e *Exporter) Describe(ch chan<- *prometheus.Desc)
Describe describes all the metrics ever exported by the ZenHub exporter. It implements prometheus.Collector.
Click to show internal directories.
Click to hide internal directories.