is anyone instrumenting Meltano runs with OpenTele...
# getting-started
m
is anyone instrumenting Meltano runs with OpenTelemetry?
c
Not yet. But now that you mention it, I really want to do it. 😁
Getting the Python Otel automatic instrumentation working for taps and targets might be interesting to figure out.
e
TIL about automatic instrumentation. It seems both sqlalchemy and urllib3 are supported, so that’d cover most taps and targets 🙂
c
Yes. I've used the automatic instrumentation in Flask SQLAlchemy apps before and it's quite handy.
m
We’re big users of OTEL (both autoinstrumentation and some manual instrumentation) in other parts of our platform. My experience with it is mostly in Java.
but I’d really like to connect it to meltano and see what it yields