Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4872#discussion_r147666537
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManagerGateway.java
---
@@ -166,4 +169,12 @@ void notifySlotAvailable(
* @return Future containing the resource overview
*/
CompletableFuture<ResourceOverview> requestResourceOverview(@RpcTimeout
Time timeout);
+
+ /**
+ * Requests the paths for the TaskManager's {@link MetricQueryService}
to query.
+ *
+ * @param timeout for the asynchronous operation
+ * @return Future containing the collection of instance ids and the
corresponding metric query service path
--- End diff --
resource ids?
---