Remove stackimpact integration

This commit is contained in:
Tobie Morgan Hitchcock 2020-03-25 10:19:19 +00:00
parent f3ab0596f5
commit c3a685553d

View file

@ -22,8 +22,6 @@ import (
"github.com/pkg/profile" "github.com/pkg/profile"
"github.com/abcum/surreal/cli" "github.com/abcum/surreal/cli"
"github.com/stackimpact/stackimpact-go"
) )
func main() { func main() {
@ -37,11 +35,6 @@ func main() {
defer profile.Start(profile.BlockProfile, profile.ProfilePath("."), profile.NoShutdownHook).Stop() defer profile.Start(profile.BlockProfile, profile.ProfilePath("."), profile.NoShutdownHook).Stop()
} }
stackimpact.Start(stackimpact.Options{
AgentKey: "3326cc7b7c7de70cf2a29f8320c42c31149f39da",
AppName: "Surreal",
})
runtime.GOMAXPROCS(runtime.NumCPU()) runtime.GOMAXPROCS(runtime.NumCPU())
cli.Init() cli.Init()