Spike: Document IBM MQ broker throughput collection#8244
Closed
ramonsmits wants to merge 3 commits intomasterfrom
Closed
Spike: Document IBM MQ broker throughput collection#8244ramonsmits wants to merge 3 commits intomasterfrom
ramonsmits wants to merge 3 commits intomasterfrom
Conversation
Adds the IBM MQ section to the usage-reporting docs covering the three new settings (LicensingComponent/IBMMQ/ConnectionString, StatisticsQueue, StatisticsForwardingQueue), required queue manager prerequisites, and the minimum permission set the connecting MQ user needs. Includes a runmqsc/bash script that enables STATQ on the queue manager and resets every existing user queue with an explicit STATQ override back to QMGR-inherit, so operators can opt every queue in without scripting it themselves.
Broker-side throughput collection requires queue manager admin work (STATQ, MAXDEPTH, additional permissions) to produce data that the monitoring source already provides for any NServiceBus endpoint with metrics enabled. Document the broker path as a fallback for environments where monitoring isn't fully deployed, rather than the default recommendation.
Cross-reference the existing monitoring + metrics + Monitoring instance documentation from the IBM MQ usage section so readers arriving at the IBM MQ broker setup steps can see how to configure the monitoring path instead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pairs with:
Summary
LicensingComponent/IBMMQ/ConnectionStringLicensingComponent/IBMMQ/StatisticsQueueLicensingComponent/IBMMQ/StatisticsForwardingQueuerunmqsc/bashscript that enablesSTATQon the queue manager and resets every existing user queue with an explicitSTATQoverride back to QMGR-inherit, so operators can opt every queue in without scripting it themselves.