Soheil Rahmat

Results 5 issues of Soheil Rahmat

**Problem Description** I was trying to implement a queue for my crawler and I found out that if queue items are finished queues get closed and it does not wait...

The logical behavior of a router should return an HTTP status code of 404 when a request fails to satisfy route validation logic. Previously, MUX was returning a 405 HTTP...

I was implementing an HTTP server for my service and noticed that when I use 'chi' as shown below, the router does not respond to undefined routes. Additionally, I suspect...

Hi, I was wondering if it's possible to add the printer job queue metrics? I couldn't find any useful tool that expose these metrics. I would appreciate it if someone...

Addresses: https://github.com/prometheus-community/windows_exporter/issues/1470 This PR Adds the exporter for windows, it uses WMI classes (Win32_Printer and Win32_PrintJob) to fetch the data and publish them to prometheus. References: * https://learn.microsoft.com/en-us/windows/win32/cimwin32prov/win32-printer * https://learn.microsoft.com/en-us/windows/win32/cimwin32prov/win32-printjob...