Jakub Jankowski
Jakub Jankowski
Disclaimer: I don't necessarily need it merged as-is, but it may be helpful for others who stumble upon a similar problem. I scratched my head today trying to explain the...
After upgrading my ntpd from 4.2.6p5 to 4.2.8, ntpd plugin stopped collecting any data: ``` Feb 7 16:58:44 hostname collectd[11344]: ntpd plugin: ntpd_do_query returned unexpected data. (ik = (nil); ik_num...
As I mentioned [here](https://github.com/home-assistant/core/issues/50116#issuecomment-912864106), aiohttp unconditionally adds `Accept-Encoding: gzip, deflate` header, without adding `Referer` or `Origin`, so it triggers myStrom's [CORS protection](https://api.mystrom.ch/#intro) A workaround is to disable CORS protection on...
This example from README: # otel-cli propagates context via envvars so you can chain it to create child spans otel-cli exec --kind producer "otel-cli exec --kind consumer sleep 1" doesn't...
When using `exec ` otel-cli segfaults if `` doesn't exist: ``` $ otel-cli exec /bin/foobar panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2...