directory
0.0.0-20241030154441-ed0afeddb1b5
Repository: https://github.com/bazelbuild/reclient.git
Documentation: pkg.go.dev
# Packages
Example invocation (assuming the bigquery table already exists):
bazelisk run //cmd/bigquery:bigquery -- \
--log_path text:///tmp/reproxy_log.rpl \
--alsologtostderr=true \
--bq_project <gcp-project-id> # (ex:"foundry-x-experiments") \
--bq_table <bigquery-dataset-id>.<bigquery-table-id>
If you don't have a bigquery table yet, you can create it using the following steps:
1.
Package main bootstraps the reproxy service.
No description provided by the author
Package main is the main package for the dumpstats binary which produces RE client stats.
logdump binary reads reproxy log files and dumps them in a single file that is queryable by gqui.
Package main uploads reproxy build level metrics to cloudmonitoring and bigquery.
Binary reclientreport is used to package up re-client related log files into a .tar.gz file so that the user can upload it when filing bug reports.
Binary reproxy is a long running server that rewrapper binary talks to for fast and efficient remote-execution and caching of various types of actions.
Binary to get status for running reproxy instances
$ reproxystatus --color=.
Copyright 2023 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Main package for the rewrapper binary.
Binary rpl2cloudtrace converts *.rpl into cloud trace.
Binary rpl2trace converts *.rpl into trace format.
No description provided by the author