Written by

Developer at eHealth Exchange / Developer Advocate / Opensource Developer
Question John McBride · Nov 24, 2023

OpenTelemetry support?

Does Iris 4 Health support the OpenTelemetry initiative for logs/tracing etc? https://opentelemetry.io/

Comments

John McBride  Nov 26, 2023 to Guillaume Rongier

I believe OpenTelemetry has support for multiple features, metric, tracing and logs (atleast from my understanding)

0
Dmitry Maslennikov · Nov 24, 2023

There is no way to support tracing for ObjectScript, this is the feature I would like to implement, and have some ideas, but it's quite a tricky task

0
John McBride  Nov 26, 2023 to Dmitry Maslennikov

yeah, it'd be interesting to see if Intersystems would be interested in building an opentelemetry SDK for object script. Maybe there's a way to use .NET or python and the external language server as a proxy to call from object script...

0
Dmitry Maslennikov  Nov 26, 2023 to John McBride

Making SDK is the easiest part, tracing abilities are what's missing in the Language, I mean tracing which could be used in realtime, with no significant performance degradation.

0