package
0.0.0-20240831071644-f0609f28b16a
Repository: https://github.com/xqbumu/algorithms.git
Documentation: pkg.go.dev
# README
Refer: https://www.komu.engineer/blogs/11/opentelemetry-and-go
jaeger: http://localhost:16686/search prometheus: http://localhost:9090/graph
# Functions
usage:
ctx, span := tracer.Start(ctx, "myFuncName") l := NewLogrus(ctx) l.Info("hello world").