queue_exporter as subproject. checks only queue. lesser dependencies, lesser footprint.

This commit is contained in:
Denis Knauf 2022-10-09 15:54:54 +02:00
parent 4fa76393e6
commit bbac461ec7
7 changed files with 136 additions and 0 deletions

4
queue_exporter/Gemfile Normal file
View file

@ -0,0 +1,4 @@
source 'https://rubygems.org'
gem 'prometheus-client'
gem 'rack'