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
The quoteservice now produces 14 spans on each request. This used to be 2 spans before #644 was merged. Fixing this may require updates to the PHP SDK itself.
Screenshot of a trace snippet with the quoteserivce involved showing 14 spans for a GetQuote request
In progress, I've got it down to 3 spans which feels like a sane amount (remembering that it's being instrumented by a generalized auto-instrumentation for the framework that quoteservice uses, not specialized for the demo):
Bug Report
The quoteservice now produces 14 spans on each request. This used to be 2 spans before #644 was merged. Fixing this may require updates to the PHP SDK itself.
Screenshot of a trace snippet with the quoteserivce involved showing 14 spans for a
GetQuote
request/cc @brettmc
The text was updated successfully, but these errors were encountered: