-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-6138] Add a MonitoringInfoSpec proto and SimpleMonitoringInfoBuilder to pro… #7244
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
[BEAM-6138] Add a MonitoringInfoSpec proto and SimpleMonitoringInfoBuilder to pro… #7244
Conversation
…vide specs and validate MonitoringInfos are properly populated.
|
Run Python PreCommit |
| } | ||
|
|
||
| /** Sets the PTRANSFORM MonitoringInfo label to the given param. */ | ||
| public void setPTransformLabel(String pTransform) { |
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.
I think that we can remove setPTransformLabel and setPCollectionLabel and utilize setLabel method inline. We can keep these for convenience as of now.
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.
I'd like to keep these here for convenience. Plus, using this is preferred since it will prevent missetting the label key.
|
Not sure why this python pipeline is failing, as this PR doesn't touch python code. Perhaps there is an ongoing error? |
|
Run Python PreCommit |
swegner
left a comment
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
|
@ajamato is there a JIRA you can associate with this PR for context? |
|
I merged in master to resolve merge conflicts; will merge this PR once pre-commit checks complete. |
5cf1ee7 to
11513c3
Compare
…vide specs and validate MonitoringInfos are properly populated.
Please add a meaningful description for your change here
Follow this checklist to help us incorporate your contribution quickly and easily:
[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.It will help us expedite review of your Pull Request if you tag someone (e.g.
@username) to look at it.Post-Commit Tests Status (on master branch)