You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now tracing has to be configured for every service individually. While this follows configuration standards for microservices, it would be nice for ocis single binary to forward a single tracing configuration to all services. This is something that we already do for logging.
Idea / Context
As of now tracing has to be configured for every service individually. While this follows configuration standards for microservices, it would be nice for ocis single binary to forward a single tracing configuration to all services. This is something that we already do for logging.
Implementation
Have a look at the accounts command in ocis single binary:
https://github.com/owncloud/ocis/blob/323ca3039e19f857d03957f8e09a6635badeb53e/pkg/command/accounts.go#L30
It sets the log config flags from ocis as the respective accounts config flags:
We can do the same thing for tracing.
The text was updated successfully, but these errors were encountered: