mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:31:42 +00:00
ya aceptaron nuestro parche en prometheus_exporter
This commit is contained in:
parent
49bbc97db6
commit
e2d4ef6c9e
2 changed files with 0 additions and 12 deletions
|
@ -68,7 +68,6 @@ RUN rm -rf ./node_modules ./tmp/cache ./.git ./test ./doc
|
|||
USER root
|
||||
RUN apk add --no-cache findutils
|
||||
RUN find /home/app/checkout/vendor/ruby/2.7.0 -maxdepth 3 -type d -name test -o -name spec -o -name rubocop | xargs -r rm -rf
|
||||
RUN cd /home/app/checkout/vendor/ruby/2.7.0/gems/prometheus_exporter-0.5.3 && patch -Np 0 -i /home/app/checkout/prom.patch
|
||||
|
||||
# Contenedor final
|
||||
FROM sutty/monit:latest
|
||||
|
|
11
prom.patch
11
prom.patch
|
@ -1,11 +0,0 @@
|
|||
--- lib/prometheus_exporter/instrumentation/active_record.rb.orig 2020-10-05 19:06:08.912325451 -0300
|
||||
+++ lib/prometheus_exporter/instrumentation/active_record.rb 2020-10-05 19:06:12.229036702 -0300
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
labels_from_config = pool.spec.config
|
||||
.select { |k, v| @config_labels.include? k }
|
||||
- .map { |k, v| [k.to_s.prepend("dbconfig_"), v] }
|
||||
+ .map { |k, v| [k.to_s.dup.prepend("dbconfig_"), v] }
|
||||
|
||||
labels = @metric_labels.merge(pool_name: pool.spec.name).merge(Hash[labels_from_config])
|
||||
|
Loading…
Reference in a new issue