Module: Prometheus

Defined in:
lib/prometheus.rb,
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/middleware/exporter.rb,
lib/prometheus/middleware/collector.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

Prometheus is a generic time-series collection and computation server.

Defined Under Namespace

Modules: Client, Middleware