Commit 9e00bf47 authored by Andrew Newdigate's avatar Andrew Newdigate Committed by Mayra Cabrera

Stricter validation of prometheus label values

See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/38
parent c3c5d6fb
......@@ -311,7 +311,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
gem 'prometheus-client-mmap', '~> 0.9.8'
gem 'prometheus-client-mmap', '~> 0.9.9'
gem 'raindrops', '~> 0.18'
end
......
......@@ -650,7 +650,7 @@ GEM
parser
unparser
procto (0.0.3)
prometheus-client-mmap (0.9.8)
prometheus-client-mmap (0.9.9)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
......@@ -1170,7 +1170,7 @@ DEPENDENCIES
org-ruby (~> 0.9.12)
pg (~> 1.1)
premailer-rails (~> 1.9.7)
prometheus-client-mmap (~> 0.9.8)
prometheus-client-mmap (~> 0.9.9)
pry-byebug (~> 3.5.1)
pry-rails (~> 0.3.4)
puma (~> 3.12)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment