-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Replace internal metrics with Micrometer #1850
Milestone
Comments
2 tasks
I would appreciate Prometheus via this way for metrics via HTTP. |
Back compatibility is not super important (never documented), but Studio: the metrics should show up there. |
And the JMX metrics are for development only, right? |
robfrank
added a commit
that referenced
this issue
Dec 19, 2024
…MetricsPlugin, test for PrometheusMetricsPlugin, add configuration param to enable/disable auth
mergify bot
added a commit
that referenced
this issue
Dec 19, 2024
…ometer #1850 disable internal metric service, add micrometer, add PrometheusMetricsPlugin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ArcadeDB has an internal metric/monitorinfg component and a http endpoint that provides some data in a custom format.
The idea is to replace the component using Micrometer (https://micrometer.io/) to gather internal metrics, adding more meters (counter, gauge, etc.) where necessary and provide standard ways to connect to monitoring services: prometheus, graphite, etc.
The text was updated successfully, but these errors were encountered: