OpenTelemetry support?
Does Iris 4 Health support the OpenTelemetry initiative for logs/tracing etc? https://opentelemetry.io/
Comments
yes, it should be compatible, iris support Prometheus api format
And Prometheus api format are a sub set of opentelemetry.
watchout, from what i have understand opentelemetry are for metrics, not for logs.
I believe OpenTelemetry has support for multiple features, metric, tracing and logs (atleast from my understanding)
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
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...
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.