package
0.0.0-20241030154441-ed0afeddb1b5
Repository: https://github.com/bazelbuild/reclient.git
Documentation: pkg.go.dev
# Functions
BandwidthStats returns the human readable form of download and uplaod bandwidth consumed by reproxy.
CompletionStats returns the human readable form of the number of actions executed by reproxy grouped by their completion status.
FromSeriesToProto creates a Stat proto, and set its statistical properties based on input vals.
New creates a new empty Stats object.
NewFromRecords creates a new Stats from the given Records.
WriteFromRecords aggregates records, adds tool version and environment variables, and dumps the result to files in both ASCII and binary formats.
WriteStats writes stats to a file.
# Constants
AggregatedMetricsFileBaseName is the base name of the rbe metric file.
# Structs
ProtoSaver is an implentation of bigquery.ValueSaver for spb.Stats.
Stat is a collection of aggregated metrics for a single field.
Stats is a collection of Stat by field name.
# Interfaces
StatCollector is the interface for the Stats type for testing.