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

Add processing latency to the client #97

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

Conversation

CodeDrivenMitch
Copy link
Collaborator

@CodeDrivenMitch CodeDrivenMitch commented Jan 3, 2025

Measures the time between the currently processing message and the current clock. This will allow us to detect stalled segments, as this time will increase for every report.

Before, we only had ingest latency, but this will no longer show after 30 minutes. In addition, the nature of that metric does not allow it to increase. It will remain fixed during the processing.

image

Measures the time between the currently processing message and the current clock. This will allow us to detect stalled segments, as this time will increase for every report.

Before, we only had ingest latency, but this will no longer show after 30 minutes. In addition, the nature of that metric does not allow it to increase. It will remain fixed during the processing.
@CodeDrivenMitch CodeDrivenMitch requested a review from a team January 3, 2025 15:39
@CodeDrivenMitch CodeDrivenMitch self-assigned this Jan 3, 2025
@CodeDrivenMitch CodeDrivenMitch requested review from corradom, smcvb and stefanmirkovic and removed request for a team January 3, 2025 15:39
Copy link

sonarqubecloud bot commented Jan 3, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants