feat: collect and report 1-min load average

This commit is contained in:
2026-06-18 14:41:04 +01:00
parent 6756d19d93
commit b8ee27eec3
10 changed files with 139 additions and 4 deletions

7
.env Normal file
View File

@@ -0,0 +1,7 @@
export BUGSWATCH_ENDPOINT=http://172.17.0.1:5173
export BUGSWATCH_AGENT_ID=59e18c23-7c27-4a78-924e-a9e9b6ebeb9c
export BUGSWATCH_API_TOKEN=bw_957ad1bbbec74ab6adeb40d67a4d2b93
export BUGSWATCH_HOST_ID=batcave
export BUGSWATCH_ENVIRONMENT=development
export BUGSWATCH_DB_DRIVER=postgres
export BUGSWATCH_DB_DSN=postgres://user:pass@localhost:5432/dbname?sslmode=disable