You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/10 18:48:45 UTC

[GitHub] [beam] lostluck commented on a diff in pull request #17821: [BEAM-14557] Remove monitoring infos

lostluck commented on code in PR #17821:
URL: https://github.com/apache/beam/pull/17821#discussion_r894029114


##########
sdks/go/pkg/beam/core/runtime/graphx/translate.go:
##########
@@ -86,7 +86,7 @@ const (
 
 func goCapabilities() []string {
 	capabilities := []string{
-		URNLegacyProgressReporting,
+		URNProgressReporting,

Review Comment:
   It looks like "beam:protocol:monitoring_info_short_ids:v1"  is the one we should be providing and looking for, which is why we aren't seeing anything on the Worker side. This should resolve it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org