You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Flink Jira Bot (Jira)" <ji...@apache.org> on 2021/10/29 10:42:01 UTC

[jira] [Updated] (FLINK-21129) Long metric names cause Graphite to not store them

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

Flink Jira Bot updated FLINK-21129:
-----------------------------------
    Labels: auto-deprioritized-major stale-minor  (was: auto-deprioritized-major)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help the community manage its development. I see this issues has been marked as Minor but is unassigned and neither itself nor its Sub-Tasks have been updated for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is still Minor, please either assign yourself or give an update. Afterwards, please remove the label or in 7 days the issue will be deprioritized.


> Long metric names cause Graphite to not store them
> --------------------------------------------------
>
>                 Key: FLINK-21129
>                 URL: https://issues.apache.org/jira/browse/FLINK-21129
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Metrics
>    Affects Versions: 1.11.1
>            Reporter: Till Rohrmann
>            Priority: Minor
>              Labels: auto-deprioritized-major, stale-minor
>
> While using the {{GraphiteReporter}} and a simple job with a window function, I noticed that Flink generates metric names which are too long for Graphite to handle.
> {code}
> githubCommits
>                 .global()
>                 .windowAll(TumblingEventTimeWindows.of(Time.days(1)))
>                 .apply(new MyWindowFunction())
> {code}
> The generated metric name was {{/opt/graphite/storage/whisper/172-20-3-229/taskmanager/flink-taskmanager-1-1/Commit-rate-per-day-program/TriggerWindow(TumblingEventTimeWindows(86400000),-ListStateDescriptor{name=window-contents,-defaultValue=null,-serializer=org-apache-flink-api-common-typeutils-base-ListSerializer@da6e90ca},-EventTimeTrigger(),-AllWindowedStream-runJob(CommitRateProgram-java:96))-->-Sink:-Unnamed/0/numRecordsInPerSecond/m1_rate.wsp}}
> The error only shows in the logs of Graphite.



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