PhilippHomann

Results 8 comments of PhilippHomann

@uhafner Any plans on moving this forward?

I'm experiencing the same problem. I'm on Fedora 30 but with kernel 5.3.0-0.rc7.git0.1.fc32.x86_64. ``` $ grep XDP /boot/config-5.3.0-0.rc7.git0.1.fc32.x86_64 CONFIG_XDP_SOCKETS=y CONFIG_XDP_SOCKETS_DIAG=m ``` ``` (gdb) print off $2 = {rx = {producer...

@vcunat: Indeed you are right.. My problem was that I've replaced LIBBPF_DIR in common.mk instead of in the Makefile of advanced03.. my bad..

Seems like documentation and code are not matching. [readConfig](https://github.com/grafana/grafana/blob/v10.4.1/pkg/services/provisioning/alerting/config_reader.go#L38) matches YAML and JSON file suffix, but [parseConfig](https://github.com/grafana/grafana/blob/v10.4.1/pkg/services/provisioning/alerting/config_reader.go#L66) only tries to read in YAML format.

Don't have no example provisioning files available atm, but I think the code linked in my first comment speaks for itself. JSON extension is supported when checking filename, but parsing...

I can't actually say how the alert json was exported, but nevertheless the code speaks for itself Json is never used as import file format