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

Metrics information extract #26

Open
Esonhugh opened this issue Nov 20, 2024 · 0 comments
Open

Metrics information extract #26

Esonhugh opened this issue Nov 20, 2024 · 0 comments

Comments

@Esonhugh
Copy link
Owner

Metrics service like kube-metrics will expose a service to let Prometheus to know how the node / cluster works.

Its information is useful.

Current Idea is using grok expression to extract useful information about the cluster.

What's grok expression?

Grok is a regular expression dialect that supports reusable aliased expressions. Grok works really well with syslog logs, Apache and other webserver logs, mysql logs, and generally any log format that is written for humans and not computer consumption.

https://www.elastic.co/guide/en/elasticsearch/reference/current/grok.html

it's working the branch feat/kube-metrics

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

1 participant