add metrics and tracing
Some checks failed
build / test (push) Failing after 1m53s
build / lint (push) Successful in 9m16s
codeql / analyze (go) (push) Failing after 3m13s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-04-23 08:01:44 +03:00
parent e6e64ff070
commit eecc3854b2
4 changed files with 99 additions and 125 deletions

6
go.mod
View File

@@ -4,14 +4,14 @@ go 1.20
require (
github.com/golang/protobuf v1.5.4
go.unistack.org/micro/v3 v3.10.54
go.unistack.org/micro/v3 v3.10.66
golang.org/x/net v0.24.0
google.golang.org/grpc v1.63.0
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.33.0
)
require (
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
)