|
|
|
|
|
by pquerna
1023 days ago
|
|
You can also just, Log the spans as they are being created to stderr/stdout -- I've done this on a previous project with this approach of "spans first". It made it debuggable via output if needed, but the primary consumption became span oriented. |
|