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.
1 parent 06ea513 commit ea4a64cCopy full SHA for ea4a64c
hivemq-edge/src/main/java/com/hivemq/protocols/ProtocolAdapterMetrics.java
@@ -14,6 +14,8 @@
14
public class ProtocolAdapterMetrics {
15
16
private final @NotNull MetricRegistry metricRegistry;
17
+ // we use this AtomicInteger in order to have a gauge for the current amount of adapters to
18
+ // be consistent with the other metrics
19
private final AtomicInteger currentAdapters = new AtomicInteger();
20
21
@Inject
0 commit comments