afedulov commented on a change in pull request #15054:
URL: https://github.com/apache/flink/pull/15054#discussion_r602954386
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobVertexMessageParameters.java
##########
@@ -26,6 +26,8 @@
public class JobVertexMessageParameters extends JobMessageParameters {
public final JobVertexIdPathParameter jobVertexIdPathParameter = new
JobVertexIdPathParameter();
+ public final FlameGraphTypeQueryParameter flameGraphTypeQueryParameter =
Review comment:
My bad! Support for different Flame Graphs type was the last minute
addition and I misunderstood how those `JobVertexMessageParameters` are
intended to be used. Fixing 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.
For queries about this service, please contact Infrastructure at:
[email protected]