class PrometheusExporter::Server::TypeCollector
Public Instance Methods
collect(obj)
click to toggle source
# File lib/prometheus_exporter/server/type_collector.rb, line 9 def collect(obj) raise "must implement collect" end
metrics()
click to toggle source
# File lib/prometheus_exporter/server/type_collector.rb, line 13 def metrics raise "must implement metrics" end
type()
click to toggle source
# File lib/prometheus_exporter/server/type_collector.rb, line 5 def type raise "must implement type" end