Skip to content

Commit 82914f7

Browse files
authored
Merge pull request #37 from Cinimex-Informatica/feature/issue5_incorrect_counters
issue-5 updated Resolves: #5 metrics type changed
2 parents 1569bc5 + cecee27 commit 82914f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,25 +686,25 @@ mvn package
686686
</tr>
687687
<tr>
688688
<td>mq_subscribe_durable_subscriber_high_water_mark_subscriptions</td>
689-
<td>counter</td>
689+
<td>gauge</td>
690690
<td>Shows the maximum number of durable subscriptions in the current statistics interval.</td>
691691
<td>Durable subscriber - high water mark</td>
692692
</tr>
693693
<tr>
694694
<td>mq_subscribe_durable_subscriber_low_water_mark_subscriptions</td>
695-
<td>counter</td>
695+
<td>gauge</td>
696696
<td>Shows the minimum number of durable subscriptions in the current statistics interval.</td>
697697
<td>Durable subscriber - low water mark</td>
698698
</tr>
699699
<tr>
700700
<td>mq_subscribe_non_durable_subscriber_high_water_mark_subscriptions</td>
701-
<td>counter</td>
701+
<td>gauge</td>
702702
<td>Shows the maximum number of non-durable subscriptions in the current statistics interval.</td>
703703
<td>Non-durable subscriber - high water mark</td>
704704
</tr>
705705
<tr>
706706
<td>mq_subscribe_non_durable_subscriber_low_water_mark_subscriptions</td>
707-
<td>counter</td>
707+
<td>gauge</td>
708708
<td>Shows the minimum number of non-durable subscriptions in the current statistics interval.</td>
709709
<td>Non-durable subscriber - low water mark</td>
710710
</tr>

0 commit comments

Comments
 (0)