feat(inkless:consolidation): [KC-298] add JMX metrics for the cross-tier log start offset#682
Merged
Merged
Conversation
viktorsomogyi
force-pushed
the
svv/ts-unification-remote-log-start-metrics
branch
from
July 3, 2026 11:47
6398d7c to
7c6906d
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-remote-log-start
branch
2 times, most recently
from
July 3, 2026 11:54
f8c59b7 to
c039843
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-remote-log-start-metrics
branch
from
July 3, 2026 11:55
7c6906d to
4356c73
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-remote-log-start-metrics
branch
from
July 3, 2026 13:26
4356c73 to
f37c7b8
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-remote-log-start
branch
from
July 3, 2026 13:27
c039843 to
a64d996
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-remote-log-start-metrics
branch
from
July 3, 2026 14:34
f37c7b8 to
6c01a2f
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-remote-log-start
branch
from
July 3, 2026 14:35
a64d996 to
fbb2917
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-remote-log-start-metrics
branch
from
July 3, 2026 15:15
6c01a2f to
f038eaa
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-remote-log-start
branch
from
July 3, 2026 15:16
fbb2917 to
ec82599
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-remote-log-start-metrics
branch
from
July 3, 2026 15:23
f038eaa to
c9b6290
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-remote-log-start
branch
from
July 3, 2026 15:23
ec82599 to
8a37ee3
Compare
…ier log start offset Expose observability for the cross-tier log start offset path introduced in the preceding commits. - Control plane: add the AdvanceCrossTierLogStart query rate/time metric to PostgresControlPlaneMetrics. - Write path: add CrossTierLogStartReporter metrics (PartitionsReported, ReportErrors, PendingPartitions). - Cache: add CrossTierLogStartCache metrics (CacheHits, CacheMisses, CacheSize). - Register the new metric groups in MetricsDocs and regenerate metrics.rst. Co-authored-by: Cursor <cursoragent@cursor.com>
jeqo
force-pushed
the
svv/ts-unification-remote-log-start-metrics
branch
from
July 8, 2026 08:17
c9b6290 to
f2e987b
Compare
jeqo
marked this pull request as ready for review
July 8, 2026 08:59
jeqo
approved these changes
Jul 8, 2026
jeqo
pushed a commit
that referenced
this pull request
Jul 8, 2026
…ier log start offset (#682) Expose observability for the cross-tier log start offset path introduced in the preceding commits. - Control plane: add the AdvanceCrossTierLogStart query rate/time metric to PostgresControlPlaneMetrics. - Write path: add CrossTierLogStartReporter metrics (PartitionsReported, ReportErrors, PendingPartitions). - Cache: add CrossTierLogStartCache metrics (CacheHits, CacheMisses, CacheSize). - Register the new metric groups in MetricsDocs and regenerate metrics.rst. Co-authored-by: Cursor <cursoragent@cursor.com>
jeqo
pushed a commit
that referenced
this pull request
Jul 8, 2026
…ier log start offset (#682) Expose observability for the cross-tier log start offset path introduced in the preceding commits. - Control plane: add the AdvanceCrossTierLogStart query rate/time metric to PostgresControlPlaneMetrics. - Write path: add CrossTierLogStartReporter metrics (PartitionsReported, ReportErrors, PendingPartitions). - Cache: add CrossTierLogStartCache metrics (CacheHits, CacheMisses, CacheSize). - Register the new metric groups in MetricsDocs and regenerate metrics.rst. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expose observability for the cross-tier log start offset path introduced in the preceding commits.