class LavinMQ::HTTP::FollowerPrometheusController

Included Modules

Defined in:

lavinmq/http/controller/prometheus.cr

Constant Summary

Log = LavinMQ::Log.for("http.prometheus")

Constructors

Instance methods inherited from module LavinMQ::HTTP::Prometheus

gc_metrics(writer) gc_metrics, report(io, &) report

Instance methods inherited from module LavinMQ::HTTP::Router

call(context) call, delete(path : String, &block : Action) delete, find_route(method, path) find_route, get(path : String, &block : Action) get, head(path : String, &block : Action) head, options(path : String, &block : Action) options, patch(path : String, &block : Action) patch, post(path : String, &block : Action) post, put(path : String, &block : Action) put

Constructor Detail

def self.new #

[View source]