Skip to content

Commit 463391b

Browse files
authored
Adding the new thread pool adjustment reason (lack of this was causing exceptions when discovered) (#70)
Co-authored-by: James Luck <[email protected]>
1 parent a2a6e8b commit 463391b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prometheus-net.DotNetRuntime/EventListening/Sources/DotNetRuntimeEventSource.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ public enum ThreadAdjustmentReason : uint
221221
Stabilizing,
222222
Starvation,
223223
ThreadTimedOut,
224+
CooperativeBlocking
224225
}
225226
}
226227
}

0 commit comments

Comments
 (0)