GitHub user mizeng opened a pull request:
https://github.com/apache/incubator-eagle/pull/554
EAGLE-671: incorrect metric system use : too many metric object creatâ¦
Currently there're too many metric objects create and registered in
AlertBolt. This will impact the performance.
In AlertBolt: we should register one metric to metric system, then use the
metric object to send metric. Not every-time register the metric to metric
system.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mizeng/incubator-eagle master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/554.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 #554
----
commit 5fd881a2eb7cd5750e1b1c52b12657c24491e77e
Author: mizeng <[email protected]>
Date: 2016-10-24T02:29:03Z
EAGLE-671: incorrect metric system use : too many metric object create and
registered
----
---
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.
---