diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-09-01 07:40:33 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-09-01 07:40:33 +0000 |
commit | c8590c59b70848ad34b0402133d68ff31f9053b8 (patch) | |
tree | 4d8ffb6591a7ac04616ec995a3d56903b0010a27 /devel/Makefile | |
parent | 2d5c824bd4143559781e747200daf288b289bff0 (diff) | |
download | ports-c8590c59b70848ad34b0402133d68ff31f9053b8.tar.gz ports-c8590c59b70848ad34b0402133d68ff31f9053b8.zip |
New port: devel/rubygem-prometheus-client-mmap
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.
A suite of instrumentation metric primitives for Ruby that can be exposed
through a HTTP interface. Intended to be used together with a Prometheus server.
WWW: https://gitlab.com/gitlab-org/prometheus-client-mmap
Notes
Notes:
svn path=/head/; revision=449058
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3628a198ac8f..66038d33d672 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5628,6 +5628,7 @@ SUBDIR += rubygem-pqueue SUBDIR += rubygem-progressbar SUBDIR += rubygem-progressbar09 + SUBDIR += rubygem-prometheus-client-mmap SUBDIR += rubygem-protected_attributes SUBDIR += rubygem-protocol SUBDIR += rubygem-pry |