Andrei Belov
Andrei Belov
Hi. I'm trying to create a fix for https://github.com/grafana/alloy/issues/1007. I figured out the `dist-alloy-packages` target from https://github.com/grafana/alloy/blob/main/tools/make/packaging.mk (related [PR](https://github.com/grafana/alloy/pull/1641) to fix top-level Makefile), but all my attempts didn't go well....
## Version of xpadneo ``` root@raspberrypi:/ # dkms status hid-xpadneo, v0.9-175-g70ef8ee, 6.6.51-v7+, armv7l: installed ``` ## Controller Model - [ ] Xbox One S controller - [ ] Xbox Elite...
The `actions/cache/save@v4` action fails to create cache archive if there are "dead" circular symbolic links inside. The following error shows up in the output: ``` Warning: ELOOP: too many symbolic...
### Bug Overview Agent is unable to communicate with nginx listeners that are configured with [proxy protocol](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt) enabled, e.g. in a configuration like this: ``` server { listen [::]:8888 default_server...
observed timestamp does not get preserved when routing from loki.source.api to otelcol.receiver.loki
### What's wrong? The `loki.source.api` configured with `use_incoming_timestamp` set to true and forwarding the data to `otelcol.receiver.loki` does not seem to preserve the original timestamps of log entries - or...
**Is your feature request related to a problem? Please describe.** Specifying `resolver-addresses` manually for every NIC deployment could be challenging in modern containerized world. **Describe the solution you'd like** A...
### Proposed changes This PR introduces support for [proxy protocol](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt) v2 which is [available in nginx](https://docs.nginx.com/nginx/admin-guide/load-balancer/using-proxy-protocol/) starting from versions 1.13.11 (foss) and R16 (NGINX Plus). Primary use case is running...