Skip to content

Commit

Permalink
document ArrayPoolEventSource.BufferDropped event (#38873)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobsaila committed Feb 1, 2024
1 parent 178e588 commit c4fcc6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/core/diagnostics/well-known-event-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ This provider logs information from the ArrayPool. The following table shows the
|`BufferReturned`|Verbose (5)|A buffer is returned to the pool.|
|`BufferTrimmed`|Informational (4)|A buffer is attempted to be freed due to memory pressure or inactivity.|
|`BufferTrimPoll`|Informational (4)|A check is being made to trim buffers.|
|`BufferDropped`|Informational (4)|A buffer is dropped when returned to the pool.|

### "System.Net.Http" provider

Expand Down

0 comments on commit c4fcc6a

Please sign in to comment.