Skip to content

Conversation

lnbest0707-uber
Copy link
Contributor

observability

The backfill topics may inherit the source topic's timestamp (e.g. Kafka metadata). In such use case, we want to track how users can consume the latest data. The backfill should have a different metrics to track latency.

@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2025

Codecov Report

❌ Patch coverage is 25.00000% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.55%. Comparing base (de823db) to head (cb16bf7).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...e/data/manager/realtime/IngestionDelayTracker.java 14.28% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #16852      +/-   ##
============================================
+ Coverage     63.50%   63.55%   +0.05%     
  Complexity     1419     1419              
============================================
  Files          3080     3080              
  Lines        181451   181458       +7     
  Branches      27787    27788       +1     
============================================
+ Hits         115227   115331     +104     
+ Misses        57357    57259      -98     
- Partials       8867     8868       +1     
Flag Coverage Δ
custom-integration1 100.00% <ø> (ø)
integration 100.00% <ø> (ø)
integration1 100.00% <ø> (ø)
integration2 ?
java-11 56.29% <25.00%> (+<0.01%) ⬆️
java-21 63.52% <25.00%> (+0.05%) ⬆️
temurin 63.55% <25.00%> (+0.05%) ⬆️
unittests 63.55% <25.00%> (+0.05%) ⬆️
unittests1 56.33% <25.00%> (+0.02%) ⬆️
unittests2 33.77% <12.50%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@deemoliu
Copy link
Contributor

deemoliu commented Oct 8, 2025

this one looks good, please address the merge conflict.

_serverMetrics.setOrUpdatePartitionGauge(_metricName, partitionId, ServerGauge.REALTIME_INGESTION_DELAY_MS,
() -> getPartitionIngestionDelayMs(partitionId));
}
if (firstStreamIngestionTimeMs > 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

if (firstStreamIngestionTimeMs > 0)
what does this check used for? do we still need it?

@lnbest0707-uber lnbest0707-uber force-pushed the upstream-fork_reset_metrics branch from 28c7f40 to cb16bf7 Compare October 13, 2025 17:35
@lnbest0707-uber lnbest0707-uber force-pushed the upstream-fork_reset_metrics branch from cb16bf7 to 61d00ff Compare October 16, 2025 23:29
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