Coder Social home page Coder Social logo

Comments (3)

paologallinaharbur avatar paologallinaharbur commented on June 29, 2024

I have been checking the data attached and the nozzle code and as far as I understand this is no longer working since the queueName is attached as a Tag. Likely, after upgrading RabbitMQ the metric changed and the nozzle is not supporting the new format.

The integration is not adding all tags into the payload. It currently picks a fixed list of tags and attaches them to the payload depending on the envelope type:

  • EntityAttribute code
  • HTTPattribute code

I'll check the payload of the past versions if available

It currently looks like a FR that could be solved including all tags to the payload. This could be problematic from the load point of view since the nozzle is already processing a huge amount of data

from newrelic-pcf-nozzle-tile.

paologallinaharbur avatar paologallinaharbur commented on June 29, 2024

Doing:

	for k, v := range e.Tags {
		et.SetAttribute(k, v)
	}

we can get it in the payload:
Screen Shot 2022-07-05 at 12 58 14 PM

we should also consider that a behaviour like this one would increase the number of attributes and possible reach the limit per payload causing it to be completely discarded

from newrelic-pcf-nozzle-tile.

miransar avatar miransar commented on June 29, 2024

Support for RabbitMQ Tags was added in version 2.7.0 of New Relic Nozzle. Closing this issue as upgrading to new version should resolve this.

from newrelic-pcf-nozzle-tile.

Related Issues (16)

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.