manu

Results 8 issues of manu

Fixed the anchors in the links to prometheus docs for scrape_config and file_sd_config.

wontfix
area/docs

Once again, this is a great tool! Can I interest you in using [`poetry`](https://python-poetry.org/docs/) for packaging and dependency management? I had pretty good experiences with it, can definitely recommend. If...

enhancement

IMO a formatter like [`black`](https://github.com/psf/black) improves readability and consistency of the code, maybe that could be something to adopt? Just an idea, let me know what you think @initialcommit-io (most...

Hi @initialcommit-io , it's me again :laughing: With the inheritance model simplified, I think there is one other thing we could greatly improve - the way the command line arguments...

enhancement

Sorry if this is a dumb question, I have read the [docs section on validators](https://www.attrs.org/en/stable/init.html#validators) and searched the github issues, but did not find an answer... Is there a way...

### Host operating system: output of `uname -a` `OpenBSD foo 7.3 GENERIC.MP#4 i386` ### node_exporter version: output of `node_exporter --version` ``` foo# node_exporter --version node_exporter, version 1.5.0 (branch: non-git, revision:...

I saw that the Dockerfile installs git-sim from pip (`RUN pip3 install git-sim`), I think it makes more sense to copy the code and install it directly - hence this...

See discussion in #969 Moved some existing test cases (that ensured bytes after the 72th were truncated) to a separate fixture and wrote new tests to assert an exception is...