Skip to content

Commit

Permalink
add client mapping info to glossary (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Abrahms <[email protected]>
Signed-off-by: Michael Beemer <[email protected]>
Co-authored-by: Todd Baert <[email protected]>
Co-authored-by: Michael Beemer <[email protected]>
  • Loading branch information
3 people authored May 4, 2023
1 parent 4cf8229 commit b50883c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specification/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ A source-of-truth for flag values and rules. Flag management systems may include

An SDK-compliant implementation which resolves flag values from a particular flag management system, allowing the use of the [Evaluation API](./sections/01-flag-evaluation.md#13-flag-evaluation) as an abstraction for the system in question.

Providers can be used in two ways. Client-specific providers are active for specific clients, based on their name. The default provider is used if there are no client-specific mappings setup.

### Integration

An SDK-compliant secondary function that is abstracted by the Feature Flag API, and requires only minimal configuration by the Application Author. Examples include telemetry, tracking, custom logging and monitoring.
Expand Down

0 comments on commit b50883c

Please sign in to comment.