[ 
https://issues.apache.org/jira/browse/FLINK-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15953274#comment-15953274
 ] 

ASF GitHub Bot commented on FLINK-5090:
---------------------------------------

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3348#discussion_r109387705
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java 
---
    @@ -67,6 +67,14 @@
                key("taskmanager.net.memory.extra-buffers-per-gate")
                        .defaultValue(8);
     
    +   /**
    +    * Boolean flag to enable/disable more detailed metrics about 
inbound/outbound network queue
    +    * lengths.
    +    */
    +   public static final ConfigOption<Boolean> NETWORK_DETAILED_METRICS_KEY =
    --- End diff --
    
    For ConfigOptions we typically don't append `_KEY`.


> Expose optionally detailed metrics about network queue lengths
> --------------------------------------------------------------
>
>                 Key: FLINK-5090
>                 URL: https://issues.apache.org/jira/browse/FLINK-5090
>             Project: Flink
>          Issue Type: New Feature
>          Components: Metrics, Network
>    Affects Versions: 1.1.3
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>
> For debugging purposes, it is important to have access to more detailed 
> metrics about the length of network input and output queues.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to