feat: release v3.0.0 risk telemetry

This commit is contained in:
JetSprow
2026-04-29 18:30:49 +10:00
parent e109f6b246
commit a5f962db84
31 changed files with 1367 additions and 80 deletions

View File

@@ -12,7 +12,7 @@ import (
"github.com/jboard/jboard-agent/internal/probe"
)
const version = "2.3.0"
const version = "3.0.0"
func main() {
debug.SetGCPercent(50)
@@ -25,6 +25,7 @@ func main() {
go probe.LatencyLoop(ctx, cfg)
go probe.TraceLoop(ctx, cfg)
go probe.XrayAccessLogLoop(ctx, cfg)
sigCh := make(chan os.Signal, 1)
signal.Notify(sigCh, syscall.SIGINT, syscall.SIGTERM)