Skip to content

Commit de47949

Browse files
committed
Cleanup CHANGELOG after stats merge
1 parent 0fe8cca commit de47949

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Newest updates are at the top of this file.
88
- mqmetric - During startup, attempt faster clearing of destination associated with durable subscriptions
99
(ibm-messaging/mq-metric-samples#439)
1010
- Try to use CLEAR QLOCAL command
11-
- Warn about using Persistent messages for metric data
12-
- Use SYNCPOINT if there ARE persistent messages found during startup
1311

1412
## Nov 12 2025 - v5.6.7
1513
- mqmetric - Improve performance of clearing response queues if messages are (wrongly) persistent

mqmetric/discover.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ func Normalise(elem *MonElement, key string, value int64) float64 {
15581558
f = f * 1024 * 1024
15591559
case ibmmq.MQIAMO_MONITOR_GB:
15601560
f = f * 1024 * 1024 * 1024
1561-
case ibmmq.MQIAMO_MONITOR_MICROSEC:
1561+
case ibmmq.MQIAMO_MONITOR_MICROSEC, 4:
15621562
f = f / 1000000
15631563
}
15641564

0 commit comments

Comments
 (0)