in O11, we have mechanism to pull log data in OpenTelemetry (OTel) standard, through connector and API. I do not find similar options in ODC, can anyone throw some more light into it.
Hello @Ashis Rout,
OutSystems Developer Cloud (ODC) does not currently offer native OpenTelemetry (OTel) integration as the traditional OutSystems platform does.
However, you have options to implement OTel-style logging in ODC:
Native ODC Logs:
Available through the ODC Portal (Monitoring section)
Basic application logs and performance metrics
Limited customization compared to OTel
Thank You.
looks like for standard logs, unless OS supports OTEL streaming, cant do much.
may be what you are saying is, if we create custom logs, and instrument those in OpenTelimetry standard, those can be flushed to APM tools.
did u try building any connector, OTEL sdk that instruments the logs real time?
Hi @Ashis Rout ,
We recently connected with the OutSystems team regarding log integration with CloudWatch or other platforms. However, they currently do not offer support for such integrations.
we connected with OS support team to get more log details or other information whatever not available in ODC portal.
support route definitely wont work.
honestly ODC analytics metrices and trace, are no less than APM, however i will try some OTEL sdk instrumentation.