You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tom Goong (JIRA)" <ji...@apache.org> on 2019/02/25 09:19:00 UTC

[jira] [Updated] (FLINK-11742) Push metrics t0 Pushgateway without "instance"

     [ https://issues.apache.org/jira/browse/FLINK-11742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Goong updated FLINK-11742:
------------------------------
    Description: 
According to the official article,

[https://prometheus.io/docs/concepts/jobs_instances/]

[https://github.com/prometheus/pushgateway]

when sending a metric to Prometheus Pushgateway, you need to give an "instance" message.
 In actual use, after there is no "instance", Prometheus stores metrics with problems, metrics are not continuous, and a lot of data is lost. After adding instance, it returns to normal.

 

no "instance" 

!image-2019-02-25-17-16-28-618.png!

 

with "instance"

!image-2019-02-25-17-16-59-034.png!

  was:
According to the official article,

[https://prometheus.io/docs/concepts/jobs_instances/]

[https://github.com/prometheus/pushgateway]

when sending a metric to Prometheus Pushgateway, you need to give an "instance" message.
In actual use, after there is no "instance", Prometheus stores metrics with problems, metrics are not continuous, and a lot of data is lost. After adding instance, it returns to normal.

 

!image-2019-02-25-17-16-28-618.png!

 

!image-2019-02-25-17-16-59-034.png!


> Push metrics t0 Pushgateway without "instance"
> ----------------------------------------------
>
>                 Key: FLINK-11742
>                 URL: https://issues.apache.org/jira/browse/FLINK-11742
>             Project: Flink
>          Issue Type: Bug
>          Components: Metrics
>            Reporter: Tom Goong
>            Assignee: Tom Goong
>            Priority: Major
>         Attachments: image-2019-02-25-17-16-28-618.png, image-2019-02-25-17-16-59-034.png
>
>
> According to the official article,
> [https://prometheus.io/docs/concepts/jobs_instances/]
> [https://github.com/prometheus/pushgateway]
> when sending a metric to Prometheus Pushgateway, you need to give an "instance" message.
>  In actual use, after there is no "instance", Prometheus stores metrics with problems, metrics are not continuous, and a lot of data is lost. After adding instance, it returns to normal.
>  
> no "instance" 
> !image-2019-02-25-17-16-28-618.png!
>  
> with "instance"
> !image-2019-02-25-17-16-59-034.png!



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