buildstats

package
v0.0.0-...-9f8a61a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2017 License: BSD-3-Clause Imports: 11 Imported by: 0

README

GoDoc

golang.org/x/build/internal/buildstats

Package buildstats contains code to sync the coordinator's build logs from Datastore to BigQuery.

Documentation

Overview

Package buildstats contains code to sync the coordinator's build logs from Datastore to BigQuery.

Index

Constants

This section is empty.

Variables

View Source
var Verbose = false

Verbose controls logging verbosity.

Functions

func SyncBuilds

func SyncBuilds(ctx context.Context, env *buildenv.Environment) error

SyncBuilds syncs the datastore "Build" entities to the BigQuery "Builds" table. This stores information on each build as a whole, without details.

func SyncSpans

func SyncSpans(ctx context.Context, env *buildenv.Environment) error

SyncSpans syncs the datastore "Span" entities to the BigQuery "Spans" table. These contain the fine-grained timing details of how a build ran.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL