GitHub user dbrinegar opened a pull request:
https://github.com/apache/flink/pull/4188
[FLINK-7009] dogstatsd mode in statds reporter
* converts output to ascii alphanumeric characters with underbar,
delimited by periods
* reports all Flink variables as tags
* compresses overly long segments with a first-ten plus hash symbol
* compresses Flink ID values to first eight characters
* removes object references from names, for correctness
* drops negative and invalid values
* handles LatencyGauge values
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dbrinegar/flink dogstatsd
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4188.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 #4188
----
commit e8badbe2771b1e5f35c0b2c49d5ffde930a59acf
Author: David Brinegar <[email protected]>
Date: 2017-06-26T23:13:46Z
[FLINK-7009] dogstatsd mode in statds reporter
* converts output to ascii alphanumeric characters with underbar,
delimited by periods
* reports all Flink variables as tags
* compresses overly long segments with a first-ten plus hash symbol
* compresses Flink ID values to first eight characters
* removes object references from names, for correctness
* drops negative and invalid values
* handles LatencyGauge values
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---