Alex Unger

Results 9 comments of Alex Unger

This would actually be a very thoughtful addition, has it been considered at all?

+1, I found myself doing the same, glad someone else opened a PR :)

FWIW I use `direnv`, so whenever I switch versions I override `GOPATH` for my current working directory

> the CS3APIs admin service would look like the AccountsServiceHandler interface. This is what I'm modeling first, correct :) > [...] Once we introduce the admin service, I would like...

You should serialize the trace in the context for another service to continue adding spans on it. I did some work on it that you can peek [here](https://github.com/owncloud/ocis/blob/master/ocis-pkg/tracing/tracing.go#L15-L19) Essentially all...

Hey @asim I could definitely lend a hand on this area. We've been using go-micro for over 2 years now and have contributed to the project. Regardless of us not...

@FarhanSajid1 Correct. We actually switched over to OpenTelemetry at ownCloud. The tooling is great, and it is convenient to have all functionality centralized. This can be started right away using...

I believe sticking to @asim interface could be good enough. There are a few things to address, tho. One of them is trace serialization. A trace should be able to...

@plunkettscott I do have some stashed changes but they're not worth opening a PR with. I recently switch jobs so my time is reduced currently, but feel free to take...