-
Notifications
You must be signed in to change notification settings - Fork 990
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
[core] Introduce compactionCompletedCount/compactionQueuedCount metrics. #4391
Conversation
…sQueuedCount metrics
@JingsongLi hi, master, could you help me review this? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update documentation and explain the meaning for new metrics?
paimon-core/src/main/java/org/apache/paimon/operation/metrics/CompactionMetrics.java
Outdated
Show resolved
Hide resolved
...aimon-flink-common/src/main/java/org/apache/paimon/flink/compact/UnawareBucketCompactor.java
Outdated
Show resolved
Hide resolved
done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Purpose
Linked issue: #4063 and add some metrics about compaction for paimon (includes
compactionsCompletedCount
/compactionsQueuedCount
).Tests
Existing tests
API and Format
No
Documentation
No