David Smiley created SOLR-15452: ----------------------------------- Summary: TracingUpdateProcessor for distributed tracing Key: SOLR-15452 URL: https://issues.apache.org/jira/browse/SOLR-15452 Project: Solr Issue Type: Improvement Security Level: Public (Default Security Level. Issues are Public) Components: UpdateRequestProcessors Reporter: David Smiley Assignee: David Smiley
Commits, Optimizes, MergeIndexes are heavy operations that are worthy of putting a Distributed Tracing "span" around (or at a minimum, at least a span log). I propose to accomplish this using the nice UpdateRequestProcessor abstraction. Consider that this approach is taken for logging and some other things. If the active Span is non-existent or a no-op, then there will be no added overhead. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org