Update prometheus-client-mmap to v0.11.0
This brings in the changes to override `MmapedDict#inspect` to avoid the string explosion seen in https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/10886.
Showing
... | @@ -328,7 +328,7 @@ group :metrics do | ... | @@ -328,7 +328,7 @@ group :metrics do |
gem 'method_source', '~> 0.8', require: false | gem 'method_source', '~> 0.8', require: false | ||
# Prometheus | # Prometheus | ||
gem 'prometheus-client-mmap', '~> 0.10.0' | gem 'prometheus-client-mmap', '~> 0.11.0' | ||
gem 'raindrops', '~> 0.18' | gem 'raindrops', '~> 0.18' | ||
end | end | ||
... | ... |
Please register or sign in to comment