Found the solution to the follow-up question:
https://ci.apache.org/projects/flink/flink-docs-release-1.1/setup/config.html#metrics
On Thu, Sep 1, 2016 at 3:46 PM, Jack Huang wrote:
> Hi Greg,
>
> Following your hint, I found the solution here (
> https://issues.apache.org/jira/browse/FLINK-4396
Hi Greg,
Following your hint, I found the solution here (https://issues.apache.org/
jira/browse/FLINK-4396) and resolved the issue. I had to put all three jars
to the lib directory to get it to work.
A follow up questions: can I put a prefix (e.g. flink) to all flink metrics
instead of having the
Have you copied the required jar files into your lib/ directory? Only JMX
support is provided in the distribution.
On Thu, Sep 1, 2016 at 5:07 PM, Jack Huang wrote:
> Hi all,
>
> I followed the instruction for reporting metrics to a Graphite server on
> the official document (https://ci.apache.o
Hi all,
I followed the instruction for reporting metrics to a Graphite server on
the official document (
https://ci.apache.org/projects/flink/flink-docs-release-1.1/apis/metrics.html#metric-types
).
Specifically, I have the following config/code in my project
metrics.reporters: graphite
metrics