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

Plugin for collecting and reporting indexing statistics #14

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

odisseus
Copy link
Collaborator

No description provided.

@odisseus
Copy link
Collaborator Author

I just noticed that the plugin crashes at startup. This must be some error in the SBT sub-project settings, because it used to work when built as a standalone project.

package com.virtuslab.indexing.data

case class IndexingStats(
startedAt: Long,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put the duration and shared index utilization too, even though they can be computed. It will be easier to query.
Now that I am thinking, we might want to observe full indexing time (with sannings, as this also takes time and may change), and real indexing time (without pauses, it also shows in the report).

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.

2 participants