[
https://issues.apache.org/jira/browse/FLINK-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15276921#comment-15276921
]
ASF GitHub Bot commented on FLINK-1502:
---------------------------------------
Github user zentol commented on the pull request:
https://github.com/apache/flink/pull/1947#issuecomment-217972596
I have updates this PR; it now contains a new feature: configurable system
scope. It essentially allows users to decide how Flink entities(Taskmanager,
jobs, tasks and operators) are represented in metric names.
Users can configure a different format strings for every entity type in the
flink-conf.yaml; which format is applied to a metric depends to which entity it
is bound to.
For example, users can do the following:
* omit taskmanager information for jobs/tasks/operators
* re-order properties, like having the job properties ahead of the
taskmanager
* decided whether they want to use names, ID's or a mix of both!
I've updated the main post to include more information.
> Expose metrics to graphite, ganglia and JMX.
> --------------------------------------------
>
> Key: FLINK-1502
> URL: https://issues.apache.org/jira/browse/FLINK-1502
> Project: Flink
> Issue Type: Sub-task
> Components: JobManager, TaskManager
> Affects Versions: 0.9
> Reporter: Robert Metzger
> Assignee: Chesnay Schepler
> Priority: Minor
> Fix For: pre-apache
>
>
> The metrics library allows to expose collected metrics easily to other
> systems such as graphite, ganglia or Java's JVM (VisualVM).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)