Skip to content

Error Tracking: Guard internal API by feature flag

Adam Hegyi requested to merge add-ff-check-for-error-tracking-endpoint into master

What does this MR do and why?

This MR guards the internal API endpoint /internal/error_tracking/allowed by a feature flag use_click_house_database_for_error_tracking. This feature flag will be used by MRs like !90122 (merged).

See gitlab-org/opstrace/opstrace#1728 (closed) for the rollout plan.

This MR also fixes a rebase conflict which ended up the wrong version of the MR in master: !87894 (comment 998080323)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Adam Hegyi

Merge request reports