Class: Puma::DSL
- Inherits:
-
Object
- Object
- Puma::DSL
- Defined in:
- lib/puma/plugin/yabeda_prometheus.rb
Instance Method Summary collapse
Instance Method Details
#on_prometheus_exporter_boot(&block) ⇒ Object
19 20 21 22 |
# File 'lib/puma/plugin/yabeda_prometheus.rb', line 19 def on_prometheus_exporter_boot(&block) [:prometheus_exporter_boot_hooks] ||= [] [:prometheus_exporter_boot_hooks] << block end |
#prometheus_exporter_url(uri) ⇒ Object
15 16 17 |
# File 'lib/puma/plugin/yabeda_prometheus.rb', line 15 def prometheus_exporter_url(uri) [:prometheus_exporter_url] = uri end |