forked from open-telemetry/opentelemetry-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add feature flags on start (open-telemetry#314)
* add feature flags on start * revert sleep change * document feature flags * feature flag definitions * Revert "document feature flags" This reverts commit c975f5d. * document feature flags * document feature flags * add reference to feature flags * fix nits
- Loading branch information
Showing
4 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Feature Flags | ||
|
||
This demo comes with several feature flags which can control failure conditions | ||
in specific services. By default the flags are disabled. Using the Feature Flags | ||
UI <http://localhost:8081> you will be able to control the status of these | ||
feature flags. | ||
|
||
| Feature Flag | Service(s) | Description | | ||
|-------------------------|-----------------|---------------------------------------------------------------------------| | ||
| `productCatalogFailure` | Product Catalog | Generate an error for `GetProduct` requests with product id: `OLJCESPC7Z` | | ||
| `shippingFailure` | Shipping | Induce very long latency when shipping outside of USA | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters