|
|
|
|
|
by vedant_ag
1195 days ago
|
|
Thanks Leonid! Your vote of confidence means a lot. OTel for go requires user code changes. Languages that allow monkey-patching (java, js, python, etc.). > I wonder if it can be done purely using OpenTelementry (e.g. you depend on typical OTel setup), and then read the data directly from OTel DB. OTel doesn't work out of the box. OTel usually doesn't collect request or response for any network or db call. 90% of my time is spent on extending the individual agents' code; so that they can collect additional required information, and perform "replay". |
|