You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Sendoh (JIRA)" <ji...@apache.org> on 2017/10/19 16:14:00 UTC

[jira] [Commented] (FLINK-7697) Add metrics for Elasticsearch Sink

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

Sendoh commented on FLINK-7697:
-------------------------------

Would be very nice to contain the following information so we know the latency between Elasticsearch Sink and Elasticsearch

private final LongMinimum firstOccurredAtStore = new LongMinimum();
private final LongMaximum lastOccurredAtStore = new LongMaximum();

> Add metrics for Elasticsearch Sink
> ----------------------------------
>
>                 Key: FLINK-7697
>                 URL: https://issues.apache.org/jira/browse/FLINK-7697
>             Project: Flink
>          Issue Type: Wish
>          Components: ElasticSearch Connector
>            Reporter: Hai Zhou UTC+8
>            Assignee: Hai Zhou UTC+8
>            Priority: Critical
>
> We should add metrics  to track  events write to ElasticasearchSink.
> eg. 
> * number of successful bulk sends
> * number of documents inserted
> * number of documents updated
> * number of documents version conflicts



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)