Sha256: fb64cbfc3a2a0b438c9c5af14c5f69060ead3df31aac8e138fcfe021a6da5601
Contents?: true
Size: 277 Bytes
Versions: 15
Compression:
Stored size: 277 Bytes
Contents
# encoding: UTF-8 require 'prometheus/client/data_stores/synchronized' module Prometheus module Client class Config attr_accessor :data_store def initialize @data_store = Prometheus::Client::DataStores::Synchronized.new end end end end
Version data entries
15 entries across 15 versions & 2 rubygems