Serge K

Results 7 issues of Serge K

Originally posted by @apchenjun on February 8, 2022 The CreateTime and UpdateTime fields are often used in the project, and the Version field is concurrently modified by the user. ![image](https://user-images.githubusercontent.com/4964551/152942724-c9c1d6f0-da3d-4602-ba84-6236e6d53a4a.png)

enhancement
help wanted

Rename metrics: ```sh process_virtual_bytes -> process_virtual_memory_bytes process_private_bytes -> process_private_memory_bytes process_working_set -> process_working_set_bytes dotnet_totalmemory -> dotnet_total_memory_bytes ``` Add metrics: ```sh process_open_handles ``` Should be compatible with https://grafana.com/grafana/dashboards/10427

enhancement

- Revision of current default metrics with best practices: https://prometheus.io/docs/practices/naming/ - Add new metrics if possible.

enhancement

Add pdfRenderOptions with margin 0.8cm Uploaded example with diff [old.sample.resume.pdf](https://github.com/phoinixi/jsonresume-theme-stackoverflow/files/9375085/old.sample.resume.pdf) [new.sample.resume.pdf](https://github.com/phoinixi/jsonresume-theme-stackoverflow/files/9375086/new.sample.resume.pdf)

I have issue when methods with conversion String to Tuple cannot be used from Extensions without timestamp since v5. Look commit: https://github.com/prom-client-net/prom-client-healthchecks/commit/ced97c89b4cfda3f2b0e32764b268855bc60474f

enhancement

Hello, I'm Co-Maintainer of prey-node-client for ArchLinux in AUR. Seems lock doesn't work on ArchLinux. I found that this commit https://github.com/prey/prey-node-client/commit/9061afb7ece03101a9e0f2e57b002fa27608fb97 broke compatibility. I'm not expert with Python and GTK,...