We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e66a6d2 + eaca1e1 commit 63ad297Copy full SHA for 63ad297
src/main/java/com/splunk/ibm/mq/metricscollector/QueueCollectionBuddy.java
@@ -32,6 +32,7 @@
32
import java.io.IOException;
33
import java.util.HashMap;
34
import java.util.List;
35
+import java.util.Map;
36
import org.slf4j.Logger;
37
import org.slf4j.LoggerFactory;
38
@@ -41,7 +42,7 @@
41
42
*/
43
final class QueueCollectionBuddy {
44
private static final Logger logger = LoggerFactory.getLogger(QueueCollectionBuddy.class);
- private static HashMap<Integer, LongGauge> gauges;
45
+ private Map<Integer, LongGauge> gauges;
46
47
private final QueueCollectorSharedState sharedState;
48
private final LongGauge onqtimeShort;
0 commit comments