Sha256: 63230cf90b31646022bbb567b2ba6a241bdd33b9a751b84d95ba0205a446a4c4
Contents?: true
Size: 293 Bytes
Versions: 26
Compression:
Stored size: 293 Bytes
Contents
module PrometheusExporter::Server # minimal interface to implement a customer collector class CollectorBase # called each time a string is delivered from the web def process(str) end # a string denoting the metrics def prometheus_metrics_text(str) end end end
Version data entries
26 entries across 26 versions & 1 rubygems