class LavinMQ::HTTP::PrometheusController

Defined in:

lavinmq/http/controller/prometheus.cr

Constant Summary

SERVER_METRICS = {:connection_created, :connection_closed, :channel_created, :channel_closed, :queue_declared, :queue_deleted}

Instance methods inherited from class LavinMQ::HTTP::Controller

vhosts(user : User) vhosts

Constructor methods inherited from class LavinMQ::HTTP::Controller

new(amqp_server : LavinMQ::Server, log : Log) new