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

feat: add support to elasticsearch v2.x #575

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dougppaz
Copy link

  • add elasticsearch 2.4.6 nodestats fixture
  • load node stats os.load_average as os_load1 gauge
  • load node stats os.cpu_percent as os_cpu_percent gauge
  • add indice suggest (total, time and current) from node stats

@SuperQ
Copy link
Contributor

SuperQ commented Jul 28, 2022

In general, we don't expose OS stats from systems like this. Since they overlap with metrics from the node_exporter or cAdvisor, depending on the runtime. While things like ElasticSearch expose these metrics, we don't forward them on to Prometheus.

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

Successfully merging this pull request may close these issues.

None yet

2 participants