There was an error while loading. Please reload this page.
webrick
1 parent 60eacf6 commit 0ca5b9cCopy full SHA for 0ca5b9c
lib/collector_demon.rb
@@ -1,6 +1,7 @@
1
# frozen_string_literal: true
2
#
3
require_dependency "demon/base"
4
+require "webrick"
5
6
class DiscoursePrometheus::CollectorDemon < ::Demon::Base
7
def self.prefix
plugin.rb
@@ -10,7 +10,6 @@
10
module ::DiscoursePrometheus
11
end
12
13
-gem "webrick", "1.9.1"
14
gem "prometheus_exporter", "2.0.6"
15
16
require "prometheus_exporter/client"
0 commit comments