Skip to content

Commit 171c75f

Browse files
authored
Add adServiceHighCpu featureflag to the demo docs (open-telemetry#4270)
1 parent 8d8b442 commit 171c75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/demo/feature-flags.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ values are stored in the `demo.flagd.json` file. To enable a flag, change the
1717
| ----------------------------------- | ---------------- | --------------------------------------------------------------------------------------------------------- |
1818
| `adServiceFailure` | Ad Service | Generate an error for `GetAds` 1/10th of the time |
1919
| `adServiceManualGc` | Ad Service | Trigger full manual garbage collections in the ad service |
20+
| `adServiceHighCpu` | Ad Service | Trigger high cpu load in the ad service. If you want to demo cpu throttling, set cpu resource limits |
2021
| `cartServiceFailure` | Cart Service | Generate an error for `EmptyCart` 1/10th of the time |
2122
| `productCatalogFailure` | Product Catalog | Generate an error for `GetProduct` requests with product id: `OLJCESPC7Z` |
2223
| `recommendationServiceCacheFailure` | Recommendation | Create a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth. |

0 commit comments

Comments
 (0)