# Functions

NewCollector creates a new BigQuery Collector instance.
NewMetric creates a Metric with given values.

# Structs

Collector manages a prometheus.Collector for queries performed by a QueryRunner.
Metric holds raw data from query results needed to create a prometheus.Metric.

# Interfaces

QueryRunner defines the interface used to run a query and return an array of metrics.