Documentation ¶
Overview ¶
Package query defines the QueryRunner interface for running bigquery queries and converting the results into a set of key/value labels and a single float64 value suitable for converting into a prometheus.Metric.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BQRunner ¶
type BQRunner struct {
// contains filtered or unexported fields
}
BQRunner is a concerete implementation of QueryRunner for BigQuery.
func NewBQRunner ¶
NewBQRunner creates a new QueryRunner instance.
Click to show internal directories.
Click to hide internal directories.