cdsap/Build Process Watcher

Monitor Java build processes with optional backend integration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 7, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: cdsap/build-process-watcher@31589701f2bff52076ad293d8835988e56737929 # v0.6.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
remote_monitoringEnable remote monitoring with cloud dashboard (set BACKEND_URL and FRONTEND_URL env vars for custom URLs)nofalse
run_idUnique run identifierno
log_fileLog file name for local monitoringnobuild_process_watcher.log
intervalMonitoring interval in secondsno5
debugEnable debug mode for detailed loggingnofalse
disable_summary_outputDisable GitHub Actions summary output when remote monitoring is enabled (only applies when remote_monitoring is true)nofalse
export_to_bigqueryOptional metrics export: when true and remote_monitoring is true, ask the backend to export this run's samples to BigQuery when the run finishes (requires BIGQUERY_EXPORT_DATASET on the backend service)nofalse
namedescription
run_idThe unique run identifier for this monitoring session
backend_urlThe backend URL used for data ingestion (empty if remote monitoring disabled)
remote_monitoringWhether remote monitoring was enabled
frontend_urlThe frontend dashboard URL for viewing results (only available when remote monitoring is enabled)
export_to_bigqueryWhether optional BigQuery metrics export was requested for this run (backend must be configured with BIGQUERY_EXPORT_DATASET)