Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .NET metrics #283

Merged
merged 25 commits into from
Dec 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
lmolkova committed Nov 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 29754ab02b1e9a1aaa545960638f22595391be52
4 changes: 2 additions & 2 deletions docs/dotnet/dotnet-aspnetcore-metrics.md
Original file line number Diff line number Diff line change
@@ -202,8 +202,8 @@ All rate-limiting metrics are reported by the `Microsoft.AspNetCore.RateLimiting

**[1]:** Requests could be:

* rejected by global or endpoint rate limiting policies
* canceled while waiting for the lease.
* Rejected by global or endpoint rate limiting policies
* Canceled while waiting for the lease.

Meter name: `Microsoft.AspNetCore.RateLimiting`; Added in: ASP.NET Core 8.0
<!-- endsemconv -->
4 changes: 2 additions & 2 deletions model/metrics/dotnet/dotnet-aspnetcore.yaml
Original file line number Diff line number Diff line change
@@ -168,8 +168,8 @@ groups:
note: |
Requests could be:

* rejected by global or endpoint rate limiting policies
* canceled while waiting for the lease.
* Rejected by global or endpoint rate limiting policies
* Canceled while waiting for the lease.

Meter name: `Microsoft.AspNetCore.RateLimiting`; Added in: ASP.NET Core 8.0
attributes: