go-graphite / go-carbon

Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
MIT License
801 stars 126 forks source link

[FR] Deprecate otel tracing #506

Closed deniszh closed 1 month ago

deniszh commented 1 year ago

Is your feature request related to a problem? Please describe. Otel tracing was introduced in https://github.com/go-graphite/go-carbon/pull/364 in mid 2020, but failed to get traction and not in the active use by now. So, we want to remove it to decrease complexity and project dependencies, if it's not in active use by the community.

Describe the solution you'd like Deprecate and remove tracing implementation in go-carbon

Additional context If you rely on tracing in go-carbon please raise your voice in issue below

deniszh commented 1 year ago

Looks like we can deprecate it. /cc @grzkv

deniszh commented 1 month ago

Please note that old tracing (pre otel) is still would be present, so, it's effectivelly rollback #364 only.