Commit 2e06c61d authored by Huzaifa Iftikhar's avatar Huzaifa Iftikhar Committed by Bob Van Landuyt

Set low custom apdex for project audit events

We've already set low custom apdex for Audit Events features
in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74942
however we missed setting it for project audit events at that
time.
parent cb096c49
......@@ -37,7 +37,7 @@ module EE
use :pagination
end
get '/', feature_category: :audit_events do
get '/', feature_category: :audit_events, urgency: :low do
level = ::Gitlab::Audit::Levels::Project.new(project: user_project)
audit_events = AuditLogFinder.new(
level: level,
......
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