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 fails against WildFly 18 #14513

Closed
rdicroce opened this issue Nov 14, 2019 · 1 comment
Closed

Prometheus collector fails against WildFly 18 #14513

rdicroce opened this issue Nov 14, 2019 · 1 comment

Comments

@rdicroce
Copy link

Metricbeat's Prometheus collector doesn't work with WildFly 18's metrics subsystem. I get an error saying "Unable to decode response from prometheus endpoint" and am not sure what causes it. The response looks correct, and enabling debug logging in Metricbeat hasn't provided any additional information.

Version: Metricbeat 7.4.2
Operating System: Ubuntu Server 18.0.3 LTS and Windows 10 1903
Discuss Forum URL: https://discuss.elastic.co/t/prometheus-module-doesnt-work-with-wildfly-18/207559
Steps to Reproduce:

  1. Download WildFly 18. Start it using the standard configuration by running bin/standalone.bat (or standalone.sh if you're on Linux) with no arguments.
  2. Create this Metricbeat module:
- module: prometheus
  period: 10s
  hosts:
  - 'localhost:9990'
  metrics_path: /metrics
  1. Execute 'metricbeat test modules'
@jsoriano
Copy link
Member

I think this is a duplicate of #11912, closing this one and updating the other one. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants