This commit is contained in:
2024-04-26 15:50:00 +02:00
parent 7a6882c09a
commit fe07b26e67
2 changed files with 8 additions and 6 deletions

View File

@ -21,7 +21,7 @@ func main() {
main.Use(tracer.NewTracer(tracer.Config{
AppName: "test",
JaegerUrl: "http://localhost:4318/v1/traces",
GelfUrl: "192.168.220.30:12001",
GelfUrl: "192.168.220.30:12201",
Version: "1",
}))
defer tracer.ShutdownTracer()