-
Notifications
You must be signed in to change notification settings - Fork 24
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
Unable to see few metrics #155
Comments
Could you provide basic information about your setup including: logstash version, exporter version+hash and your operating system? |
I have a similar issue, missing many stats, including all the ones the OP listed. These are the only stats that are available. We are using logstash version 6.8.23 running on an Oracle Linux 7 server, and scraping with docker image kuskoman/logstash-exporter v1.4.0 (554c05779eec)
` When I curl localhost:9198/health I get this: |
@mperkhou thanks for the details. I will investigate it in nearest feature |
I created #157 in order to debug it easier. In order to utilize all avaiable metrics you need to upgrade your logstash to current (8.8.x) version |
I updated readme ( 38acc61 ) to add information about supported logstash version |
Thanks for the help! Upgrading logstash to 8.8.x isn't an option. I think we'll be moving up to some version of 7.x.x soon, so perhaps I will work with the metrics samples to adapt this app to our environment, or just map it out myself for 6.8.23 Thanks for your input on this, it's much appreciated! |
What could be the reason that I am not able to see these metrics for my instance?
logstash_stats_events_in
logstash_stats_events_out
and
logstash_stats_process_cpu_load_average_1m/5m/15m
However, I am able to correctly see:
logstash_stats_pipeline_events_in
logstash_stats_pipeline_events_out
Any suggestions please?
The text was updated successfully, but these errors were encountered: