Feature Flags configuration, instrumentation and use

Опубликовано: 03 Октябрь 2024
на канале: GitLab
11,045
73

Feature Flags configuration, instrumentation and use

Feature Flags enable you to choose what to deploy and who to deploy to in production. It allows you to define the audience for your application updates as well as the fashion in which they will be served. Feature flags can help reduce risk, allowing you to do controlled testing, and separate feature delivery from customer launch.

In this technical demo, we show you how to configure, instrument and use a feature flag.