You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Lakshmi Rao (JIRA)" <ji...@apache.org> on 2018/07/19 22:29:00 UTC

[jira] [Created] (FLINK-9899) Add more metrics to the Kinesis source connector

Lakshmi Rao created FLINK-9899:
----------------------------------

             Summary: Add more metrics to the Kinesis source connector
                 Key: FLINK-9899
                 URL: https://issues.apache.org/jira/browse/FLINK-9899
             Project: Flink
          Issue Type: Improvement
          Components: Kinesis Connector
            Reporter: Lakshmi Rao


Currently there are sparse metrics available for the Kinesis Connector. Using the [ShardMetricsReporter|https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/metrics/ShardMetricsReporter.java] add more stats. For example:

- sleepTimeMillis 
- maxNumberOfRecordsPerFetch
- numberOfAggregatedRecordsPerFetch
- numberOfDeaggregatedRecordsPerFetch
- bytesPerFetch
- averageRecordSizeBytes
- runLoopTimeNanos
- loopFrequencyHz



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)