Commit 36edc346 authored by Paco Guzman's avatar Paco Guzman

Instrument instead methods Gitlab::InsecureKeyFingerprint

parent 161a8b10
......@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.9.0 (unreleased)
- Fix nil user handling in UpdateMirrorService
- Instrument instance methods of Gitlab::InsecureKeyFingerprint class
v 8.8.3
- Add standard web hook headers to Jenkins CI post. !374
......
......@@ -126,4 +126,8 @@ if Gitlab::Metrics.enabled?
GC::Profiler.enable
Gitlab::Metrics::Sampler.new.start
Gitlab::Metrics::Instrumentation.configure do |config|
config.instrument_instance_methods(Gitlab::InsecureKeyFingerprint)
end
end
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