Skip to content

Disable Instrumentation load under FF [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Aleksei Lipniagov requested to merge 217978-disable-instrumentation-via-ff into master

What does this MR do?

Disables the initialization of Gitlab::Metrics::Instrumentation in config/initializers/zz_metrics.rb.
Even though we have Instrumentation disabled for .com (screenshot below) via ff, I consider making changes to our initializers via Feature Flag, to be safe.

chatops FF screenshot image

How to setup and validate locally (strongly suggested)

Check that the application starts and loads endpoints.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

N/A

Related to #217978 (closed)

Edited by Aleksei Lipniagov

Merge request reports