conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
143 stars 46 forks source link

[ENH] - Add telemetry and tracing #811

Open nkaretnikov opened 5 months ago

nkaretnikov commented 5 months ago

Feature description

Look into integrating https://opentelemetry.io/.

Also, keep an eye on this proposal https://github.com/open-telemetry/community/issues/1918, which will add a continuous profiler to OpenTelemetry. The profiler in question used to be called Prodfiler, developed by Optimyze. I looked at the initial version of it several years ago.

Value and/or benefit

Improved productivity, easier to debug issues. Instead of reproducing bugs based on partial user-provided information, continuous tracing information should be collected, which can later be analyzed.

Anything else?

No response