Sha256: 363090a6f5e54b8acbcb712d8a9ea7db415c512acac0e6145dd652483a61fef2
Contents?: true
Size: 276 Bytes
Versions: 22
Compression:
Stored size: 276 Bytes
Contents
# encoding: UTF-8 require 'prometheus/client/registry' module Prometheus # Client is a ruby implementation for a Prometheus compatible client. module Client # Returns a default registry object def self.registry @registry ||= Registry.new end end end
Version data entries
22 entries across 22 versions & 3 rubygems