ordhook icon indicating copy to clipboard operation
ordhook copied to clipboard

Implement Tracing in Ordinals API

Open CharlieC3 opened this issue 1 year ago • 0 comments

Add tracing capabilities which implement the otel protocol. We can start with auto-instrumentation to generate traces and spans for all network requests, and add custom instrumentation later to generate more in-depth spans for function calls if desired.

You can use the Platform as an example, as it's already implemented auto-instrumentation like so.

CharlieC3 avatar Nov 11 '24 18:11 CharlieC3