afedulov commented on code in PR #24564:
URL: https://github.com/apache/flink/pull/24564#discussion_r1562500243


##########
docs/static/generated/rest_v1_dispatcher.yml:
##########
@@ -1089,6 +1089,37 @@ paths:
             application/json:
               schema:
                 $ref: '#/components/schemas/JobVertexBackPressureInfo'
+  /jobs/{jobid}/vertices/{vertexid}/coordinator-metrics:
+    get:
+      description: Provides access to job manager operator metrics

Review Comment:
   My concern is that someone adds another other type of the JM operator to the 
results returned by `getJobManagerOperatorMetrics` and we start to accidentally 
displaying it as a coordinator, despite it not being one.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to