mas-chen commented on code in PR #24564:
URL: https://github.com/apache/flink/pull/24564#discussion_r1566845916
##########
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:
I could add filtering logic on the endpoint but should we even do filtering?
In the future, if we extend JobManagerOperator to not just coordinator metrics,
do we want to display it on the UI?
My thought is yes and if that's the case, we probably should go back to the
original proposal to keep the endpoint to not be specific to coordinators.
--
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]