i'm using opencensus for both tracing and logging ...
# ktor
j
i'm using opencensus for both tracing and logging within my ktor application. when i make a request, i see that the trace for the request and the logs for the request have different trace IDs. opencensus uses a global static object to set/generate this ID. i'm confused about how the ID could be different between the two. any ideas for why that would happen? is this maybe a threading issue?