[GitHub] flink pull request #6141: flink-metrics-datadog: beautify metric name by exc...

2018-06-10 Thread DmitryBe
Github user DmitryBe closed the pull request at:

https://github.com/apache/flink/pull/6141


---


[GitHub] flink pull request #6141: flink-metrics-datadog: beautify metric name by exc...

2018-06-07 Thread DmitryBe
GitHub user DmitryBe opened a pull request:

https://github.com/apache/flink/pull/6141

flink-metrics-datadog: beautify metric name by excluding host_name, tm_id, 
and task|job_manager values from metric name and providing them as tags

this allows to aggregate values by using tags in datadog

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/DmitryBe/flink master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/6141.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #6141


commit 72adcfc0be04dc98863916676cc964e3bce17372
Author: Dmitry B 
Date:   2018-06-08T03:58:32Z

exclude host_name, job|task_manager name and tm_id from metric name; this 
values are provided as a tags




---