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

Add elastic metric exporter #83

Merged
merged 3 commits into from
Aug 23, 2023
Merged

Add elastic metric exporter #83

merged 3 commits into from
Aug 23, 2023

Conversation

Zelldon
Copy link
Member

@Zelldon Zelldon commented Aug 21, 2023

In order to support Operate in our benchmarks we want to also add the elasticsearch metric exporter to our benchmarks.

Related project https://app.slack.com/client/T0PM0P1SA/C05GGP8C214

Since it is also interesting to see how elasticsearch behaves without Operate I want to enable it by default.

This PR adds https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter as dependency and sets the right properties, like servicemonitor and connection URL.

Furthermore, we add some golden tests to verify that the resources are added and deployed with right configs.


Example deployment https://grafana.dev.zeebe.io/d/elasticsearch/elasticsearch?orgId=1&var-server=Prometheus&var-cluster=All&var-namespace=ck-helm-test&var-index=All&from=now-15m&to=now

deploy

Add as new dependency the elasticsearch metric exporter from prometheus.
Configure exporter with correct labels such that our prometheus installation finds the servicemonitor.
Add new golden test to verify that the resources are set correctly
Copy link
Contributor

@lenaschoenburg lenaschoenburg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great 🥇

@Zelldon Zelldon merged commit 82d6a78 into main Aug 23, 2023
2 checks passed
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.

2 participants