Skip to content
Snippets Groups Projects
Commit 9e00bf47 authored by Andrew Newdigate's avatar Andrew Newdigate Committed by Mayra Cabrera
Browse files

Stricter validation of prometheus label values

parent c3c5d6fb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
Loading
Loading
@@ -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)
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment