mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: release v3.0.0 risk telemetry
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user