ocis
ocis copied to clipboard
Clean-up Tracing
Tracing contains lots of outdated code since we only do otel. (jaeger supports otel aswell). We can get rid of most of the configuration variables.
config.Tracing.enabled(tracing is enabled implicit, and is only logged whenconfig.Tracing.Endpointis provided)config.Tracing.Collectoris obsolete (config.Tracing.Endpointserves the same purpose)config.Tracing.Typeis obsolete, as mentioned everybody does otel
I suggest doing this before #4828.
/cc @butonic
follow-up to #7012 and #9622