Skip to Main Content
Cloud Management and AIOps


This is an IBM Automation portal for Cloud Management 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).

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
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.

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.

Status Planned for future release
Workspace Instana
Categories Extend Capabilities
Created by Guest
Created on Feb 13, 2024

Generic Configuration-based SDK

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
  • Admin
    Joshua Lee
    Reply
    |
    Feb 20, 2024

    Assigning to Team Java

  • Guest
    Reply
    |
    Feb 15, 2024

    I vote

  • Guest
    Reply
    |
    Feb 14, 2024

    That is a profiler use case and/or targeted at monoliths JVMs. Market goes rather towards OTEL..... just my 2 cents