-
Notifications
You must be signed in to change notification settings - Fork 111
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
Elasticsearch metrics integration #81
Labels
Milestone
Comments
Custom Metrics:
|
2 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DevOps team uses Elasticsearch and Kibana to store and visualize metrics and logs. Currently the main node generates a CSV file with metrics which is scraped by Filebeat and stored in Elastic. On mirror node, we can do better by using Micrometer and its Elastic integration to push to Elastic on an interval. Micrometer also gives us a lot of built-in metrics by default (JVM, file, memory, logging, JMX, etc.) and we can add our custom ones on top.
The text was updated successfully, but these errors were encountered: