mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-06 20:32:06 -05:00
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 ./...
|