Module: Prometheus::Client
- Defined in:
- lib/prometheus/client.rb,
lib/prometheus/client/push.rb,
lib/prometheus/client/gauge.rb,
lib/prometheus/client/config.rb,
lib/prometheus/client/metric.rb,
lib/prometheus/client/counter.rb,
lib/prometheus/client/summary.rb,
lib/prometheus/client/version.rb,
lib/prometheus/client/registry.rb,
lib/prometheus/client/histogram.rb,
lib/prometheus/client/formats/text.rb,
lib/prometheus/client/label_set_validator.rb,
lib/prometheus/client/data_stores/synchronized.rb,
lib/prometheus/client/data_stores/single_threaded.rb,
lib/prometheus/client/data_stores/direct_file_store.rb
Overview
Client is a ruby implementation for a Prometheus compatible client.
Defined Under Namespace
Modules: DataStores, Formats Classes: Config, Counter, Gauge, Histogram, LabelSetValidator, Metric, Push, Registry, Summary
Constant Summary collapse
- VERSION =
'4.2.3'
Class Method Summary collapse
- .config ⇒ Object
-
.registry ⇒ Object
Returns a default registry object.