-
Notifications
You must be signed in to change notification settings - Fork 40
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 metrics and related endpoints #22
Labels
Comments
Do we have any timelines on when this feature would be available in Alpine and eventually in dependency track? |
No timeline. It's not currently being worked on or planned. Too much other things in DT being worked on at the moment. |
I can highly recommend micrometer for metrics. It's very nice and versatile. And use prometheus dataformat as standard, as it is the de-facto standard. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add metrics and related endpoints similar to what DropWizard or SpringBoot provides.
Alpine should contain an AbstractMetricsResource with implementations of the above endpoints. Each application that is built on Alpine would simply extend AbstractMetricsResource so that the app can specify what permissions are necessary for each.
NOTE: It may be possible to simply include Dropwizard Metrics for /health and /metrics capabilities as the module seems to be standalone with minimal dependencies.
The text was updated successfully, but these errors were encountered: