You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2025. It is now read-only.
Issue
Sometimes ledger API operations take a long time. It's hard to distinguish and measure exactly how much latency accumulates in your app vs. in the ledger vendor's API.
Describe the solution you'd like
I'm wondering if a ledger operation can be enhanced to support or pick up tracing specified by the consuming framework. What would that look like?
For example, we use a rails app that is instrumented with datadog's D-Trace. We get a ton of metrics and interoperability for free.
Alternatives
Would we add support for the open tracing gem? Or what would generic tracing support look like?