Add queue and channel desc fields as tags
What does this PR do?
Intitial implementation of adding description as a tag.
ibm_mq.channel.sharing_conversations gauge 1763764234 10 channel:DEV.ADMIN.SVRCONN, channel_desc:Admin channel for development, connection_name:localhost(11414), foo:bar, mq_host:localhost, port:11414, queue_manager:QM1
ibm_mq.queue.backout_threshold gauge 1763764234 0 channel:DEV.ADMIN.SVRCONN, connection_name:localhost(11414), foo:bar, mq_host:localhost, port:11414, queue:DEV.QUEUE.1, queue_desc:whatever description you want, queue_manager:QM1, queue_usage:normal
ibm_mq.queue.depth_current gauge 1763764234 0 channel:DEV.ADMIN.SVRCONN, connection_name:localhost(11414), foo:bar, mq_host:localhost, port:11414, queue:DEV.QUEUE.1, queue_desc:whatever description you want, queue_manager:QM1, queue_usage:normal
Still WIP.
8 : DISPLAY Q(DEV.QUEUE.1) DESCR
AMQ8409I: Display Queue details.
QUEUE(DEV.QUEUE.1) TYPE(QLOCAL)
DESCR(whatever description you want)
5 : DISPLAY CHANNEL(*) DESCR
AMQ8414I: Display Channel details.
CHANNEL(DEV.ADMIN.SVRCONN) CHLTYPE(SVRCONN)
DESCR(Admin channel for development)
Codecov Report
:x: Patch coverage is 92.30769% with 6 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 89.04%. Comparing base (b40aa6f) to head (47cec7c).
:warning: Report is 112 commits behind head on master.
Additional details and impacted files
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
@codex review
Codex Review: Didn't find any major issues. Another round soon, please!
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
✅ Tests
🎉 All green!
❄️ No new flaky tests detected
🧪 All tests passed
🔗 Commit SHA: 47cec7c | Docs | Datadog PR Page | Was this helpful? Give us feedback!