Versions in this module Expand all Collapse all v0 v0.1.1 Jan 29, 2018 Changes in this version + const CollectorName + type Collector struct + MatchTags []string + Projects []string + Zones []string + func NewCollector() *Collector + func (ic *Collector) Collect(ch chan<- prometheus.Metric) + func (ic *Collector) Describe(ch chan<- *prometheus.Desc) + func (ic *Collector) GetData() error + func (ic *Collector) GetName() string + func (ic *Collector) Init(client *http.Client) error