package
0.0.0-20241030154441-ed0afeddb1b5
Repository: https://github.com/bazelbuild/reclient.git
Documentation: pkg.go.dev
# Functions
CleanLogDir removes stray log files which may cause confusion when bootstrap starts.
NewExporter returns a new Cloud monitoring metrics exporter.
SetupViews sets up monitoring views.
# Variables
ActionCount is a metric for tracking the number of actions in reproxy.
ActionLatency is a metric for tracking the e2e latency of an action in reproxy.
BootstrapShutdownLatency is a metric for tracing the critical path time of shutting down reproxy with bootstrap.
BootstrapStartupLatency is a metric for tracing the critical path time of starting reproxy with bootstrap.
BuildCacheHitRatio is a metric of the ratio of cache hits in a build.
BuildCount is a metric for tracking the number of builds.
BuildLatency is a metric for tracking the e2e latency of a build in reproxy.
# Interfaces
StatExporter is the interface for the exporter type for testing purposes.