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

feature: expose elasticsearch action results as metric #60

Open
uatmaca opened this issue Jan 11, 2024 · 2 comments
Open

feature: expose elasticsearch action results as metric #60

uatmaca opened this issue Jan 11, 2024 · 2 comments

Comments

@uatmaca
Copy link
Contributor

uatmaca commented Jan 11, 2024

we need to expose elasticsearch actions metrics to prometheus endpoint.

example metrics:
es_action_success_total
es_action_error_total
es_action_total

or

es_action_total{result="success/error", action="delete/index"}

@Abdulsametileri
Copy link
Member

Abdulsametileri commented Jan 11, 2024

What are their use cases? How can you use it after exposure, what kind of alerts, etc? 🤔

@uatmaca
Copy link
Contributor Author

uatmaca commented Jan 12, 2024

We want to define alert. If there is any problem, we want to fix it 🙃 For example complex data type issues (GeoShape etc)

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