Code Monkey home page Code Monkey logo

Comments (7)

RobiD avatar RobiD commented on August 11, 2024

Ok, the problem seems to be gone. Will re-open later if it occurs again.

Thanks!

from firehose_exporter.

RobiD avatar RobiD commented on August 11, 2024

The above error started to occur again few days ago. As already mentioned the /metrics endpoint itself works fine and shows all the metrics. But when we pull this endpoint from the Prometheus, we are getting the above error.

from firehose_exporter.

aravind180 avatar aravind180 commented on August 11, 2024

Dear Team,

We are facing ann error like below


invalid metric name "firehose_value_metric_p_rabbitmq_p_rabbitmq_rabbitmq_queues_57851356_3_b_15_461_d_836_e_65_f_279371_ebb_deal_delete_exchange_anonymous_._q_cg_5_t_tb_w_7_e_mm_4_za_5_e_yg_consumers"
--

It was reported already by my colleague @RobiD . Could you please have a look into this.

Best Regards,
Aravind

from firehose_exporter.

simonpasquier avatar simonpasquier commented on August 11, 2024

Looks similar to #38

from firehose_exporter.

robplahn avatar robplahn commented on August 11, 2024

Agreed. This looks like the same issue we are facing on #38. The problem is the '.' character. We are using web stomp temporary queues which have randomly generated names. When these names include a '.' or a '-' the regex truncates the metric name. This results in an invalid result for HELP, TYPE and metric entries since the truncation divides the name the second half of the name is passed as the rest of the TYPE, HELP or metric name and is invalid.
As mentioned in #38 it appears that normalize_name.go util was developed to address these problems and perhaps can be expanded to handle these invalid characters as well.
https://github.com/bosh-prometheus/firehose_exporter/blob/master/utils/normalize_name.go

from firehose_exporter.

frodenas avatar frodenas commented on August 11, 2024

This should be fixed at be93e26. I'll cut a new release soon.

from firehose_exporter.

frodenas avatar frodenas commented on August 11, 2024

v5.0.4 fixes this issue.

from firehose_exporter.

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.