is anyone instrumenting Meltano runs with OpenTelemetry?
c
christoph
03/12/2023, 9:03 PM
Not yet. But now that you mention it, I really want to do it. 😁
christoph
03/12/2023, 9:06 PM
Getting the Python Otel automatic instrumentation working for taps and targets might be interesting to figure out.
e
edgar_ramirez_mondragon
03/13/2023, 3:02 PM
TIL about automatic instrumentation. It seems both sqlalchemy and urllib3 are supported, so that’d cover most taps and targets 🙂
c
christoph
03/13/2023, 8:18 PM
Yes. I've used the automatic instrumentation in Flask SQLAlchemy apps before and it's quite handy.
m
Matt Menzenski
03/13/2023, 8:18 PM
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.
Matt Menzenski
03/13/2023, 8:19 PM
but I’d really like to connect it to meltano and see what it yields