lib/pgq_prometheus/collector.rb in pgq_prometheus-0.1.0 vs lib/pgq_prometheus/collector.rb in pgq_prometheus-0.2.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + require_relative 'config' require 'prometheus_exporter/server' module PgqPrometheus class Collector < PrometheusExporter::Server::TypeCollector