This adds tracing to the settings service. It uses the otelchi package and passes the tracing provider to the grpc and http servers.
4 lines
34 B
Makefile
4 lines
34 B
Makefile
.PHONY: *
|
|
|
|
test:
|
|
go test -v ./...
|