Skip to content

Commit

Permalink
fix gauge_with_time
Browse files Browse the repository at this point in the history
  • Loading branch information
senid231 committed Nov 28, 2023
1 parent 79a3138 commit f75432f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/prometheus_exporter/ext/metric/gauge_with_time.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'prometheus_exporter/metric'

module PrometheusExporter::Ext::Metric
class GaugeWithTime < Gauge
class GaugeWithTime < PrometheusExporter::Metric::Gauge
attr_reader :timestamps

def reset!
Expand Down
2 changes: 1 addition & 1 deletion lib/prometheus_exporter/ext/metric/type_registry.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

require 'prometheus_exporter/metric'
require 'prometheus_exporter/ext/metric/gauge_with_time'
require_relative 'gauge_with_time'

module PrometheusExporter::Ext::Metric
module TypeRegistry
Expand Down

0 comments on commit f75432f

Please sign in to comment.