This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
Shape the future of IBM!
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Search existing ideas
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post your ideas
Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,
Post an idea
Upvote ideas that matter most to you
Get feedback from the IBM team to refine your idea
Specific links you will want to bookmark for future use
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
IBM Employees should enter Ideas at https://ideas.ibm.com
See this idea on ideas.ibm.com
Situation: Currently there is no single holistic UI/command to validate the overall health of CPD and installed cartridges' /modules.
Pain Point: some functionality or dependencies could be missing and users, application support would not know and have to go through their operations and IBM support to validate and fix. usually users will report either functionality is missing or performance issues
Workarounds: check each components and its dependencies by itself, go back and forth with support to find out how to check. e.g. speech to text, text to speech, Watson, storage system, operators, ..etc and draw conclusions or ask IBM support for help
run commands to check overall pod/service availability
$ oc get pods -o wide | grep -Ev '1/1|2/2|3/3|4/4|5/5|6/6|7/7|8/8' | grep -v 'Completed'
$ oc get wa
The benefits would be reduced ticket to IBM support (less going back and forth) and better visibility to the overall CPD health and reduced time to investigate and troubleshoot if there are any issues. proactive handling of issues.
Not to mention give more confidence to new customers on the overall stability and reliability of the system
example : from the command line I can "oc get wa" and it will show me if redis is ready or having issues, I can not have that visibility now from UI, and it affects other components that did affect the user
Needed by Date | Apr 1, 2021 |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
It is important to understand that the API endpoint that the UI serves is used by the frontend SPA to receive the result of all processed checks. The health reports are collected by a background hosted service and the API endpoint served at /healthchecks-api by default is the url that the SPA queries.
Do not confuse this UI api endpoint with the endpoints we have to configure to declare the target apis to be checked on the UI project in the appsettings HealthChecks configuration section
When we target applications to be tested and shown on the UI interface, those endpoints have to register the UIResponseWriter that is present on the AspNetCore.HealthChecks.UI.Client as their ResponseWriter in the HealthChecksOptions when configuring MapHealthChecks method.
I have checked the two screen shots attached, they do help hopefully, when it comes to containers or pods are down, however, not sure if they will cover when a service is down, not functioning well, are you covering this too? like redis pods having issues but pods are up and running. I would say lets connect after we upgrade to 4.x
Classification: Saudi Aramco: Company General Use
Greetings,
Sure, however, if it can wait a bit, to check out the new CPD 4
This email has been classified as Saudi Aramco: Company General Use on 10/3/2021 12:24 PM
This information is now captured and displayed in CPD v4.0, please see attached screen snapshots for reference. This information is provided under Administration->Monitoring
Hi - Thank you for the issue. There are a couple of health checks already in place. Can we have a call to go over the details and provide a document that explains the enhancements so that it becomes easier to implement where the gaps are.