You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signals represent something happening, whether it's inside or outside Unleash.
Actions react automatically to signals, and are configured by users.
This feature should allow you to configure signal endpoints that can be integrated with external services. By using these signal endpoints, external services can report signals to Unleash. Based on the received signals, you can then configure actions that are automatically triggered. These actions are configured on the project level and the primary focus at this stage should be turning feature flags on or off.
Example: APM detects high error rate for an app and informs Unleash via a signal endpoint. Unleash will trigger user defined actions to disable a set of feature flags automatically to mitigate.
Background
The goal is to make it easier to integrate and automate with Unleash.
Solution suggestions
No response
The text was updated successfully, but these errors were encountered:
Describe the feature request
Signals represent something happening, whether it's inside or outside Unleash.
Actions react automatically to signals, and are configured by users.
This feature should allow you to configure signal endpoints that can be integrated with external services. By using these signal endpoints, external services can report signals to Unleash. Based on the received signals, you can then configure actions that are automatically triggered. These actions are configured on the project level and the primary focus at this stage should be turning feature flags on or off.
Example: APM detects high error rate for an app and informs Unleash via a signal endpoint. Unleash will trigger user defined actions to disable a set of feature flags automatically to mitigate.
Background
The goal is to make it easier to integrate and automate with Unleash.
Solution suggestions
No response
The text was updated successfully, but these errors were encountered: