package bigquery

import "github.com/google/cadvisor/storage/bigquery"

Index

Functions

func New

func New(machineName,
	datasetId,
	tableName string,
) (storage.StorageDriver, error)

Create a new bigquery storage driver. machineName: A unique identifier to identify the host that current cAdvisor instance is running on. tableName: BigQuery table used for storing stats.

Source Files

bigquery.go

Directories

PathSynopsis
storage/bigquery/client
storage/bigquery/client/example
Version
v0.19.4
Published
Nov 27, 2015
Platform
darwin/amd64
Imports
4 packages
Last checked
4 hours ago

Tools for package owners.