Skip to content

Conversation

@steveny91
Copy link
Contributor

@steveny91 steveny91 commented Nov 21, 2025

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
Copy link

codecov bot commented Nov 21, 2025

Codecov Report

❌ Patch coverage is 16.66667% with 30 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.02%. Comparing base (b40aa6f) to head (5044159).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@steveny91 steveny91 marked this pull request as ready for review November 24, 2025 18:23
@steveny91 steveny91 requested review from a team as code owners November 24, 2025 18:24
@steveny91
Copy link
Contributor Author

@codex review

@chatgpt-codex-connector
Copy link

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".

@steveny91 steveny91 changed the title Sy/ibm mq desc Add queue and channel desc fields as tags Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants