You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "xiaozilong (Jira)" <ji...@apache.org> on 2020/12/08 08:48:00 UTC

[jira] [Created] (FLINK-20530) Invalid metric named `lastCheckpointExternalPath`

xiaozilong created FLINK-20530:
----------------------------------

             Summary:  Invalid metric named `lastCheckpointExternalPath`
                 Key: FLINK-20530
                 URL: https://issues.apache.org/jira/browse/FLINK-20530
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Metrics
    Affects Versions: 1.11.0
            Reporter: xiaozilong


The metric `lastCheckpointExternalPath` invalid because of `PrometheusPushGatewayReporter` not support the gauge of string type.


{code:java}
o.a.flink.metrics.prometheus.PrometheusPushGatewayReporter  - Invalid type for Gauge org.apache.flink.runtime.checkpoint.CheckpointStatsTracker$LatestCompletedCheckpointExternalPathGauge@782aad92: java.lang.String, only number types and booleans are supported by this reporter.
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)