Source: ruby-prometheus-client-mmap Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 13), gem2deb (>= 1.0~), ruby-rspec, ruby-simplecov, ruby-oj, ruby-rack-test, ruby-rb-sys Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-prometheus-client-mmap.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-prometheus-client-mmap Homepage: https://gitlab.com/gitlab-org/prometheus-client-mmap Testsuite: autopkgtest-pkg-ruby Package: ruby-prometheus-client-mmap Architecture: any Depends: ${ruby:Depends}, ${misc:Depends}, ${shlibs:Depends} Multi-Arch: same Description: suite of instrumentation metric primitives These instrumentation metric primitives can be exposed through a web services interface. Intended to be used together with a Prometheus server. . This Prometheus library is fork of Prometheus Ruby Client that uses mmap'ed files to share metrics from multiple processes. This allows efficient metrics processing for Ruby web apps running in multiprocess setups like Unicorn.