You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N.B. While the ActiveSupport::Notification instrumentation is in place on the application controller the implementation is being updated in ticket #448
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: