Sha256: a0646c17f9de4063654dab7c8e4ef22851da030cc080b1fd1a90d9cd9d34ae5b

Contents?: true

Size: 150 Bytes

Versions: 8

Compression:

Stored size: 150 Bytes

Contents

module PromMultiProc
  class Histogram < Collector
    def observe(value, labels = {})
      write("observe".freeze, value, labels)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
prom_multi_proc_rb-0.1.7 lib/prom_multi_proc/histogram.rb
prom_multi_proc_rb-0.1.6 lib/prom_multi_proc/histogram.rb
prom_multi_proc_rb-0.1.5 lib/prom_multi_proc/histogram.rb
prom_multi_proc_rb-0.1.4 lib/prom_multi_proc/histogram.rb
prom_multi_proc_rb-0.1.3 lib/prom_multi_proc/histogram.rb
prom_multi_proc_rb-0.1.2 lib/prom_multi_proc/histogram.rb
prom_multi_proc_rb-0.1.1 lib/prom_multi_proc/histogram.rb
prom_multi_proc_rb-0.1.0 lib/prom_multi_proc/histogram.rb