Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prometheus collector in metricbeat silently fails if metric name is incorrect #13252

Closed
jsoriano opened this issue Aug 15, 2019 · 1 comment
Closed
Assignees
Labels
bug good first issue Indicates a good issue for first-time contributors Metricbeat Metricbeat Team:Integrations Label for the Integrations team

Comments

@jsoriano
Copy link
Member

jsoriano commented Aug 15, 2019

Prometheus collector silently fails if the prometheus response contains invalid metric
names, this can be reproduced for example if the metric name contain dots.
This error should be reported, or at least logged on the debug level.

For confirmed bugs, please report:

  • Version: 6.X, 7.X
  • Steps to Reproduce: Configure the prometheus collector to an endpoint that exposes
    prometheus metrics with incorrect names. Seen in java applications with Micrometer
    exposing metrics with dots in their names.
@kaiyan-sheng
Copy link
Contributor

#13353 fixed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Indicates a good issue for first-time contributors Metricbeat Metricbeat Team:Integrations Label for the Integrations team
Projects
None yet
Development

No branches or pull requests

3 participants