29
Views
7
Comments
TraceId and SpanID in O11

Is there anywhere I can find the TraceId and SpanId in the OutSystems log database in O11? 

2021-01-04 08-13-48
Toto
 
MVP
UserImage.jpg
Ramprasath R

Hi @Toto

Thanks for sharing the guide. Just to confirm: are these values (TraceId, SpanId) not stored in the default OutSystems logging tables (like OSLOG_Error, OSLOG_Integration, etc.) in OutSystems 11, unless OpenTelemetry is explicitly integrated and configured?


2021-01-04 08-13-48
Toto
 
MVP

I don't have experience with OpenTelemetry in Outsystems, but from the documentation, I assume so.

UserImage.jpg
Ramprasath R
2024-12-18 16-06-42
Junaid Syed

Hello,

I found this related content, please check if this helps.

https://run.unl.pt/bitstream/10362/160537/1/Deodato_2021.pdf

Junaid

UserImage.jpg
Ramprasath R

Thank you for sharing the document! 

2025-07-22 10-30-27
Mandar Deshpande

Hi @Ramprasath R 

You won’t find TraceId and SpanId stored in the Outsystems log database tables by default. They are generated at runtime (for request tracing / distributed tracing scenarios), but O11 does not persist them in the standard platform log tables like:

  • OSLOG_*
  • Error_Log
  • General_Log
  • Integration_Log

In Outsystems 11 Reactive, there is:

  • No standard table where TraceId and SpanId are stored.
  • No direct query in Service Center database.
  • No built-in distributed tracing persistence.

They exist only at runtime unless you log them manually or use external monitoring.

Hope this helps.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.