You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Diogo Soares (Jira)" <ji...@apache.org> on 2019/08/28 17:34:00 UTC

[jira] [Created] (STORM-3502) Dropwizard Codahale Metrics isn't shaded

Diogo Soares created STORM-3502:
-----------------------------------

             Summary: Dropwizard Codahale Metrics isn't shaded
                 Key: STORM-3502
                 URL: https://issues.apache.org/jira/browse/STORM-3502
             Project: Apache Storm
          Issue Type: Improvement
          Components: storm-client
    Affects Versions: 2.2.0
            Reporter: Diogo Soares
             Fix For: 2.2.0


"Apache Storm version 1.2 introduced a new metrics system for reporting internal statistics (e.g. acked, failed, emitted, transferred, disruptor queue metrics, etc.) as well as a new API for user defined metrics.

The new metrics system is based on [Dropwizard Metrics|http://metrics.dropwizard.io/]."

Currently at my company we're still using a storm version that does not have any metric reporter, we're planning to move to 2.2 version, however since, we've been using codahale metrics reporter to track some events on storm.

Since the newer versions already include this, it means that we have to change every topology we already have in production. It would be nice, that this dependency inside of storm could be shaded in order to allow, this migration to be easier, or at least without a lot of refactoring on the topologies, I assume this problem must be similar in other companies, and storm already does this for other artifacts.

I would be happy to perform the necessary changes in order to accomplish this.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)