mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-07 03:50:30 -05:00
96557a95ae
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 ./...
|