Method: Fluent::Plugin::PrometheusInput#shutdown
- Defined in:
- lib/fluent/plugin/in_prometheus.rb
#shutdown ⇒ Object
115 116 117 118 119 120 121 |
# File 'lib/fluent/plugin/in_prometheus.rb', line 115 def shutdown if @webrick_server @webrick_server.shutdown @webrick_server = nil end super end |