itsthejoker / filamentcolors.xyz

The source code for a small website to compare pieces of printed filament.
MIT License
59 stars 5 forks source link

Add OpenTelemetry #81

Open itsthejoker opened 5 months ago

itsthejoker commented 5 months ago

Issue for tracking adding honeycomb and opentelemetry. OpenTelemetry does not currently support python3.12, see here: https://github.com/open-telemetry/opentelemetry-python/issues/3617

Where I left off: https://docs.honeycomb.io/getting-data-in/opentelemetry/python-distro/

itsthejoker commented 4 months ago

Note to self after trying this again: the issue is with opentelemetry-instrumentation, which has the dreaded AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? error.