Commit 8324dc3a authored by Yorick Peterse's avatar Yorick Peterse

Merge branch '632-instrument-gitlab-insecure-key-fingerprint'

See merge request gitlab-org/gitlab-ee!433 for more details.
parents ceb2af7c 36edc346
......@@ -3,6 +3,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
- Allow LDAP to mark users as external based on their group membership. !432
- 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