This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps products. 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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
See this idea on ideas.ibm.com
Generic Configuration-based SDK
When working with the Configuration-based SDK, customer wants to use each class-method pair under "sdk.targets" in a generic way, not individually. To summarize,
Instead of this one:
sdk:
targets:
- match:
type: class
name: Organization.services.error
method: wrapError
span:
name: Organization.services.error.wrapError
type: ENTRY
stackDepth: 10
Customer wants this:
sdk:
targets:
- match:
type: class
name: Organization.*
method: *
span:
name:Organization.[0,....,n].[0,....,n]
type: ENTRY|EXIT|INTERMEDIATE
stackDepth: 10
For example, let there be 100 classes under "Organization". Let each of these 100 classes have 50 methods.
For method [0] of class [0], both ENTRY, EXIT and INTERMEDIATE types will be created and the span name will be "Organization.[0].[0]".
So for the example above (100class*50method*3type) there will be 15000 match blocks. All this will be done by wildcard.
In this cumulative class-method list, there may be some methods that reference NULL. These methods should be indicated in the "javaNullPointerException" error in the agent log. Otherwise customer cannot understand which method is causing problems. In the agent log, at least the method on which line throws the "javaNullPointerException" error or the direct method name should be specified.
Another approach would be as follows, even if "javaNullPointerException" is seen, there should be no problem in reading the YAML, the SDK should ignore this problematic method. Thanks.
Idea priority | High |
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.
Assigning to Team Java
I vote
That is a profiler use case and/or targeted at monoliths JVMs. Market goes rather towards OTEL..... just my 2 cents