Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Remove LogMessage and use Trace.Span as the carrier object for documents #781

Closed
wants to merge 1 commit into from

Conversation

vthacker
Copy link
Contributor

@vthacker vthacker commented Feb 27, 2024

Summary

This PR aims to standardize the Trace.Span format the indexer knows how to parse into lucene documents. We remove the LogMessage class and various parsers that were Slack specific.

The main motivation for this PR is the preprocessor which will create Trace.Span objects in #778 will add schema information. And the indexer should work off the Trace.Spa object to create Lucene documents so that the schema could be leveraged.

We will need at least 1 additional PR to get to to the end state, but breaking it down to make things easier to reason with and also deploy

@vthacker vthacker force-pushed the vthacker_log_message branch 4 times, most recently from 9fe3a56 to 191461f Compare February 28, 2024 19:24
@vthacker vthacker changed the title deprecate LogMessage while indexing data Remove LogMessage and use Trace.Span as the carrier object for documents Feb 28, 2024
@vthacker vthacker force-pushed the vthacker_log_message branch 2 times, most recently from 18ededc to efe4cff Compare February 28, 2024 22:19
@vthacker vthacker force-pushed the vthacker_log_message branch from efe4cff to edd0636 Compare February 28, 2024 22:58
@bryanlb
Copy link
Contributor

bryanlb commented Feb 29, 2024

I believe this was split to #782 and #783, and is no longer needed correct?

@vthacker vthacker changed the title Remove LogMessage and use Trace.Span as the carrier object for documents WIP: Remove LogMessage and use Trace.Span as the carrier object for documents Mar 1, 2024
@vthacker vthacker closed this Mar 4, 2024
@bryanlb bryanlb deleted the vthacker_log_message branch August 26, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants