We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement improvements from other applications and documented in the internal wiki:
config/puma.rb
config/initializers/prometheus.rb
Middleware instrumentation
config.ru
app/subscribers/action_controller_prometheus_subscriber.rb
No Puma Metrics due to gem version requirement conflict ↩
https://github.com/epimorphics/front-end-templates/blob/main/prometheus-metrics/README.md#add-the-prometheus-metrics-to-the-application-exceptions-controller ↩
The text was updated successfully, but these errors were encountered:
jonrandahl
No branches or pull requests
Implement improvements from other applications and documented in the internal wiki:
Definition of Done
Add Puma-metrics Gem1config/puma.rb
to include metrics plugin and port infoconfig/initializers/prometheus.rb
to addMiddleware instrumentation
config.ru
to ensure prometheus is not triggered in the test environmentapp/subscribers/action_controller_prometheus_subscriber.rb
Footnotes
No Puma Metrics due to gem version requirement conflict ↩
https://github.com/epimorphics/front-end-templates/blob/main/prometheus-metrics/README.md#add-the-prometheus-metrics-to-the-application-exceptions-controller ↩
The text was updated successfully, but these errors were encountered: