//
pkg.gl
Category
github.com/m-lab/prometheus-bigquery-exporter
sql
package
1.1.1
Repository:
https://github.com/m-lab/prometheus-bigquery-exporter.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
3
Files
117 SLOC
#
Functions
NewCollector
NewCollector creates a new BigQuery Collector instance.
NewMetric
NewMetric creates a Metric with given values.
#
Structs
Collector
Collector manages a prometheus.Collector for queries performed by a QueryRunner.
Metric
Metric holds raw data from query results needed to create a prometheus.Metric.
#
Interfaces
QueryRunner
QueryRunner defines the interface used to run a query and return an array of metrics.