Christoph Anton Mitterer
Christoph Anton Mitterer
**Thanos, Prometheus and Golang version used**: ``` # thanos --version thanos, version 0.34.1 (branch: HEAD, revision: 4cf1559998bf6d8db3f9ca0fde2a00d217d4e23e) build user: root@61db75277a55 build date: 20240219-17:13:48 go version: go1.21.7 platform: linux/amd64 tags: netgo...
`InfoMetricFamily`’s `add_metric()` parameters are strangely named and should provide default values
Hey. I was looking into `InfoMetricFamily`’s `add_metric()` and I either I just don't get it or the API is a bit strange. With an `Info` object I'd have done something...
Hey. It would be nice if there was something like a `write_to_stdout()` function, or if `write_to_textfile()` would somehow allow writing to stdout. For debugging that would seem to be much...
Hey. The `MetricWrapperBase` derived classes (`Counter`, `Gauge`, etc) all have `namespace` and `subsystem` in their constructors and automatically combine that into a final name. Wouln't it make sense to have...
Hey. A simple: ``` prometheus_client.write_to_textfile("", registry=registry) ``` which causes an exception: ``` Traceback (most recent call last): File "/home/calestyo/prj/prometheus-smart-array-collector/src/./smart-array.py", line 1185, in sys.exit(main()) ^^^^^^ File "/home/calestyo/prj/prometheus-smart-array-collector/src/./smart-array.py", line 1176, in main...
Hey. Right now, when one feeds a `dict` into Info.info()` that contains values that are not `str` one get's an exception, like: ``` AttributeError: ("'float' object has no attribute 'replace'",...
Hey. With `1.27.5`, I get the following: ``` $ gallery-dl --dest '.' --download-archive archive.sqlite --verbose -- 'https://lensdump.com/nielslauridsen' [gallery-dl][debug] Version 1.27.5 [gallery-dl][debug] Python 3.12.7 - Linux-6.11.2-amd64-x86_64-with-glibc2.40 [gallery-dl][debug] requests 2.32.3 - urllib3...
Hey. First of all,... reaaaally nice project, thanks a lot for your efforts :-) Second, from https://fritzconnection.readthedocs.io/en/1.14.0/sources/getting_started.html#tls-encryption: > Since the router uses a self-signed certificate, currently certificate-verification is disabled. 1....
Hey. At least on my 7590 AX with version 8.0 it says: ``` $ fritzconnection -e -u foo -p bar --reconnect fritzconnection v1.14.0 FRITZ!Box 7590 AX at https://cerf FRITZ!OS: 8.0...
Hey. I stumbled over the question what to use when one specifies the Prometheus Client as a `dependency=` in `pyproject.toml`? - you guys seem to use `prometheus_client` (underscore) https://github.com/prometheus/client_python/blob/46eae7bae88f76951f7246d9f359f2dd5eeff110/pyproject.toml#L6C9-L6C26 -...