Matthew Maclean

Results 6 issues of Matthew Maclean

Clarifying in the Multiprocess Mode instructions that gauge.set_function is also a custom collector. https://github.com/prometheus/client_python/issues/504

https://github.com/palantir/godel/wiki/Add-git-hooks It'd be nice if the git hook was applied globally with error handling or checks to see if it's a godelw repo before running. It would help when working...

Multiprocess mode's [collect()](https://github.com/prometheus/client_python/blob/470b2d3849fe069a6d390f0818b91b75c9fde79e/prometheus_client/multiprocess.py#L147) reads the registry files and aggregates metrics that have been written to `prometheus_multiproc_dir`. This doesn't work with `gauge.set_function()` which does not record its value. The provided function...

It may be a bit out of the scope of the easy UI editor, but it'd be nice if I could provide a JSON value for a button via id...

## Description Filepath is an optionally provided param that is unnecessarily mandatory when the CLI is set to watch mode. This change reflects that in the typing and it's usage...