Coder Social home page Coder Social logo

Comments (2)

rafal-szypulka avatar rafal-szypulka commented on July 29, 2024

Hi,
Attribute group list per agent type is created dynamically via API call.
Attribute groups not collected in APM8 prefetch database are filtered out, so thats why you see only subset of attribute groups.
Attribute groups are filtered out based on requests similar to: /ibm/tivoli/rest/providers/itm.KD8/datasources/TMSAgent.%25IBM.OracleAgentRDB/datasets
(please check the results of this URI if you can),
if particular dataset (attribute group) property notAvailableInPreFetch=true, then attribute group is filtered out by the plugin, because API call response would be empty anyway.
TOP_SQL is probably one of the attribute groups not collected by APM.

I think this is also the reason you don't see results of this query in APM Dashboard. Please check with IBM Support to make sure.

Plugin currently can query only numeric attributes.

from grafana-ibm-apm.

dannemca avatar dannemca commented on July 29, 2024

Got it.

  {
     "datasourceId": "TMSAgent.%IBM.OracleAgentRDB",
     "description": "KRZ_RDB_TOP_SQL",
     "id": "MetricGroup.KRZTOPSQL",
     "itemsUri": "\/providers\/itm.KD8\/datasources\/TMSAgent.%25IBM.OracleAgentRDB\/datasets\/MetricGroup.KRZTOPSQL\/items",
     "label": "KRZ_RDB_TOP_SQL",
     "notAvailableInPreFetch": true,
     "providerId": "itm.KD8",
     "type": "MetricGroup",
     "uri": "\/providers\/itm.KD8\/datasources\/TMSAgent.%25IBM.OracleAgentRDB\/datasets\/MetricGroup.KRZTOPSQL"
  },

It is set as true, so that's why no displayed on your pluing, and also, that's why I can see no data on Jazz as well.

You helped me out to find out two issues at same.

Thanks, rafal-szypulka.

from grafana-ibm-apm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.