Git Product home page Git Product logo

activemq-artemis-dynatrace-plugin's People

Contributors

dependabot[bot] avatar sebthom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

activemq-artemis-dynatrace-plugin's Issues

custom.jmx.vegardit.ActiveMQ_Artemis_Queues plugin: ConsumerCountByQueue: missing dimension "queue"

Hi!
In https://github.com/vegardit/activemq-artemis-dynatrace-plugin/blob/bf608a01e63001307c9ea088ebaab9a957075cf8/artemis-queues-plugin/custom/plugin.json

In the section

     "timeseries": {
        "key": "ConsumerCountByQueue",
        "unit": "Count",
        "displayname": "Consumer Count By Queue",
        "dimensions": [ "rx_pid" ]
      },
      "source": {
        "domain": "org.apache.activemq.artemis",
        "keyProperties": {
          "broker": "*",
          "component": "addresses",
          "address": "*",
          "subcomponent": "queues",
          "routing-type": "\"anycast\"",
          "queue": "*"
        },
        "attribute": "ConsumerCount",
        "allowAdditionalKeys": true,
        "calculateDelta": false,
        "calculateRate": false,
        "aggregation": "AVG",
        "splitting": {
          "name": "queue",
          "type": "keyProperty",
          "keyProperty": "queue"
        }
      }
    }

there is the splitting "queue" defined, but that requires also the dimension "queue" in the timeseries/dimensions element.

This causes data sent from the JMX agent sent to Dynatrace to be discarded, as there is a "dimensions mismatch" (data schema mismatch). So the data for this timeseries is lost unless the JSON is modified.

Note that newer versions of Dynatrace will validate this, causing the JSON not to be installable as is right now:
demoDevNoUpload

Best regards, Thomas

Artemis Dynatrace plugin metrics not visible in Dynatrace SaaS console

Hello,

We were trying to install ActiveMQ Artemis Dynatrace plugin (v.2.2.1635498138) in our environment and it is now already activated globally and on the host where ActiveMQ Artemis version 2.17.0 is running:

image

However, when I go to process metrics, I do not see the metrics gathered by the plugin:

image

I have also attached Dynatrace OneAgent logs, in case they can help in debugging the issue.

Can you please investigate what could be the problem?

Thanks,
Ivan Trpkov
oneagent_logs.tar.gz

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.