djluck / prometheus-net.DotNetRuntime

Exposes .NET core runtime metrics (GC, JIT, lock contention, thread pool) using the prometheus-net package
MIT License
357 stars 85 forks source link

Fixing a bug in `SocketEventParser` where lines were the wrong way ar… #64

Closed djluck closed 2 years ago

djluck commented 2 years ago

…ound

Addresses https://github.com/djluck/prometheus-net.DotNetRuntime/issues/63.