Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Jan 27, 2024
1 parent f2eaf95 commit a6cdc07
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/chaos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ All the strategies' options implement the [`ChaosStrategyOptions`](xref:Polly.Si
[simmy]: https://github.com/Polly-Contrib/Simmy

## Telemetry

The telemetry of chaos strategies is seamlessly integrated with Polly [telemetry infrastructure](../advanced/telemetry.md). The chaos strategies produce the following events:

- `Chaos.OnFault`
- `Chaos.OnOutcome`
- `Chaos.OnLatency`
- `Chaos.OnBehavior`

## Patterns

### Inject chaos selectively
Expand Down

0 comments on commit a6cdc07

Please sign in to comment.