ARTEMIS-4675 fix test

This commit is contained in:
Justin Bertram 2024-04-10 13:26:52 -05:00
parent 48f17e9986
commit 6976c075be
No known key found for this signature in database
GPG Key ID: F41830B875BB8633
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ public class MetricsPluginTest extends ActiveMQTestBase {
new Metric("artemis.address.size", "the number of estimated bytes being used by all the queue(s) bound to this address; used to control paging and blocking", 0.0),
new Metric("artemis.address.size", "the number of estimated bytes being used by all the queue(s) bound to this address; used to control paging and blocking", 0.0),
new Metric("artemis.number.of.pages", "number of pages used by this address", 0.0),
new Metric("artemis.number.of.pages", "number of pages used by this address", 0.0)
new Metric("artemis.active", "If the server is active", 1.0),
new Metric("artemis.replica.sync", "If the initial replication synchronization process is complete", 0.0)
));
}