Commit 52e11841 authored by Yorick Peterse's avatar Yorick Peterse Committed by Robert Speicher

Merge branch '18760-remove-explicate-assignment-on-metrics-action' into 'master'

Remove explicit Gitlab::Metrics.action assignments, are already automatic.

See merge request !4731
parent 88762085
......@@ -139,6 +139,7 @@ v 8.8.5 (unreleased)
- Fix incremental trace upload API when using multi-byte UTF-8 chars in trace
- Set inverse_of for Project/Service association to reduce the number of queries
- Update tanuki logo highlight/loading colors
- Remove explicit Gitlab::Metrics.action assignments, are already automatic.
- Use Git cached counters for branches and tags on project page
- Filter parameters for request_uri value on instrumented transactions.
- Remove duplicated keys add UNIQUE index to keys fingerprint column
......
......@@ -23,8 +23,6 @@ module API
end
post "/allowed" do
Gitlab::Metrics.action = 'Grape#/internal/allowed'
status 200
actor =
......
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