Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

bug in commons/src/java/com/twitter/common/metrics/Metrics.java #413

Open
abel123 opened this issue Nov 6, 2015 · 0 comments
Open

bug in commons/src/java/com/twitter/common/metrics/Metrics.java #413

abel123 opened this issue Nov 6, 2015 · 0 comments

Comments

@abel123
Copy link

abel123 commented Nov 6, 2015

commons/src/java/com/twitter/common/metrics/Metrics.java

line 39 if (gauges.containsKey(key) || counters.containsKey(key) || counters.containsKey(key)) {

which should be if (gauges.containsKey(key) || counters.containsKey(key) || histograms .containsKey(key)) {

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant