class Prometheus::Client::Config

Attributes

data_store[RW]

Public Class Methods

new() click to toggle source
# File lib/prometheus/client/config.rb, line 10
def initialize
  @data_store = Prometheus::Client::DataStores::Synchronized.new
end