TUDB-Labs / TuDB

A distributed graph database system (GDBMS)
https://tudb-labs.github.io/TuDB/
Apache License 2.0
8 stars 1 forks source link

Trace id for each request #7

Open chunyang-wen opened 2 years ago

chunyang-wen commented 2 years ago

Currently performance and correctness are our first priorities. In order to trace all the function calls and service calls, we need a unified trace id to track each request.

Like in this Add Unique ID for Http Request.

Or we can use opentelemetry to help observe our system.

chunyang-wen commented 1 year ago

Docs: