Skip to content

Commit

Permalink
Add changelog for rate limiting sampler (#2009)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar authored Aug 16, 2024
1 parent 7317b2a commit e82e286
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/OpenTelemetry.Extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
* Updated OpenTelemetry core component version(s) to `1.9.0`.
([#1888](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1888))

* Added rate limiting sampler which limits the number of traces to the specified
rate per second. For details see
[RateLimitingSampler](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Extensions#ratelimitingsampler).
([#1996](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1996))

## 1.0.0-beta.5

Released 2024-May-08
Expand Down

0 comments on commit e82e286

Please sign in to comment.